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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -