Jump to content

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...