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
* Fixes to FirefoxOptions.java
- Remove unneeded check for both prefs and profile being present:
According to mozilla/geckodriver#421
having both is valid.
- Add getProfile method:
Allows for use in intermediate nodes that need to modify the profile
e.g. to add additional certs or extensions.
* Fix type error.
0 commit comments