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 Jun 20, 2023
1 parent 128b87b commit a7ebd2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ black
parameterized
robotframework
robotframework-seleniumlibrary
selenium==4.9.1
textdistance

0 comments on commit a7ebd2e

Please sign in to comment.