Champak Posted August 17, 2023 Author Posted August 17, 2023 (edited) Yes that line is in it. I'll post my Firefox startup in about 20 min. Edited August 17, 2023 by Champak
Danp2 Posted August 17, 2023 Posted August 17, 2023 Please post a reproducer script so that we can test on our end. It may also be beneficial to see the output from the UDF to better understand what is occurring on your end. Latest Webdriver UDF Release Webdriver Wiki FAQs
Champak Posted August 17, 2023 Author Posted August 17, 2023 So it seems a few things were causing problems, and bouncing around between fixes I was just missing all the issues. _WD_Option('DriverParams', '--verbose --log-path="' & @ScriptDir & '\firefox.log"'); this is a problem with firefox _WD_CapabilitiesAdd('w3c', True);this is a problem with firefox _WD_CapabilitiesAdd('excludeSwitches', 'enable-automation');this is a problem with firefox _WD_CapabilitiesAdd("mobileEmulation", "deviceName", 'Galaxy S9+');this is a problem with firefox And then my site pages were loading too fast so it seemed like things weren't being done properly. So I setup a bunch of slower sites to see what was going on. All seems good now....for now lol.
Danp2 Posted August 17, 2023 Posted August 17, 2023 @Champak Those settings are only valid for Chromium based browsers. 😉 Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now