What is the easiest way to get chrome browser console logs with Selenium python -
what easiest way chrome console js errors selenium python
this using not able full error message
results = (self.driver.get_log('browser')) print results
maybe this help? looks need pass on desired capabilities before getting log.
Comments
Post a Comment