How can I suppress these specific warnings from appearing?
I work on an air gapped site and cannot copy the issue I am having so I will describe it the best I can.
I am getting several yelllow “WARN” warning messages related to Firefox and Chrome. The system wants to reach out to a URL and gets a dns error but it will never be able to because our air gapped system.
Firefox Message 1: “Problem reading geckodriver versions: error sending request for url (URL link): error trying to connect: dns failure: failed to lookup address information: Name does not resolve. Using latest geckodirver version”
Firefox Message 2: "Exception managing firefox: error sending request for url (URL link): error trying to connect: dns error: failed to lookup address information: Name does not resolve
Thank you for the ideas, but I was able to figure out the issue. I needed to set the argument executible_path equal to my environment geckodriver and chromedirver when running the Open Browser command.