You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
needed due to DashComposite AttributeError: 'WebDriver' object has no attribute 'find_element_by_css_selector' (see https://stackoverflow.com/a/72754667)
Copy file name to clipboardexpand all lines: tests/requirements.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@ dash-html-components
9
9
dash-renderer
10
10
ipdb
11
11
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)
0 commit comments