Skip to content

Commit

Permalink
Pin selenium to 4.9.1 b/c of failures with 4.10.0
Browse files Browse the repository at this point in the history
the newer version yields:

TypeError: __init__() got an unexpected keyword argument 'firefox_profile'

b/c Selenium has changed the way their init parameters. See
robotframework/SeleniumLibrary#1836
  • Loading branch information
atodorov committed Jul 3, 2023
1 parent 00b1bc3 commit 9cda213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ twine
readme_renderer[md]
robotframework
robotframework-seleniumlibrary
selenium==4.9.1
wheel

0 comments on commit 9cda213

Please sign in to comment.