Can you please help on printing the console logs generate in web browser for any errors in Cucumber Capybara Test Automation? I am using PhantomJS webdriver as below:
Capybara::Selenium::Driver.new(app, :browser => :phantomjs, desired_capabilities: { 'phantomjs.cli.args' => ['--ignore-ssl-errors=yes']
I want to capture Browser JS console logs and print it while i need on automation execution
Since you're using selenium you can try
page.driver.browser.manage.logs.get("browser")
Note: I've never tried it with PhantomJS as the browser
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With