Category "watir"

Accessing browser dev tools and capturing network traffic using Watir

Have a requirement to capture network traffic from the browser while running automation test cases. Came across below post but not sure if it has been included

profile.assume_untrusted_certificate_issuer = false not working for me

Using watir-webdriver for automation I'm not able to handle Firefox "Untrusted Connection" . Already tried this: require 'watir-webdriver' profile = Selenium