Commit 40bda19
authored
Using new Service object instead of deprecated execution_path
In selenium 4.9.1 which this repo is using at the moment, a message pops up about execution_path being deprecated:
DeprecationWarning: executable_path has been deprecated, please pass in a Service object
In newer versions of selenium this code doesn't work at all so it should be changed to using the new syntax1 parent 5dc9bf7 commit 40bda19
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
22 | | - | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
| 26 | + | |
24 | 27 | | |
0 commit comments