Commit a4e5719
Fixes to FirefoxOptions.java (#3327)
* 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.1 parent 45cf95f commit a4e5719
1 file changed
Lines changed: 4 additions & 5 deletions
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
183 | 187 | | |
184 | 188 | | |
185 | 189 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments