You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we put moz:firefoxOptions inside alwaysMatch, the passed options are not considered by Geckodriver while they are considered when passed without using alwaysMatch.
Yes, but we use alwaysMatch in our default config file and the one created by the init tool only for Firefox, due to which config files of all our users contain alwaysMatch, which does not work.
So, I think we only need to take care of alwaysMatch for Firefox browser, while also changing our default config file in Nightwatch and the init tool to not include alwaysMatch for firefox.
Description of the bug/issue
When we put
moz:firefoxOptions
insidealwaysMatch
, the passed options are not considered by Geckodriver while they are considered when passed without usingalwaysMatch
.With
alwaysMatch
Verbose:
Without
alwaysMatch
Verbose:
Steps to reproduce
Run any test on Firefox with the above config.
Sample test
No response
Command to run
No response
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
2.3.4
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: