Skip to content

Commit 59fcc36

Browse files
committed
pin selenium==4.2
needed due to DashComposite AttributeError: 'WebDriver' object has no attribute 'find_element_by_css_selector' (see https://stackoverflow.com/a/72754667)
1 parent 5b18689 commit 59fcc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dash-html-components
99
dash-renderer
1010
ipdb
1111
percy
12-
selenium
12+
selenium==4.2 # pin needed due to DashComposite AttributeError: 'WebDriver' object has no attribute 'find_element_by_css_selector' (see https://stackoverflow.com/a/72754667)
1313
flake8
1414
pylint

0 commit comments

Comments
 (0)