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

75
-
76
-
#### Reason
77
-
78
-
Chrome v62 is in the process of being rolled out, and it causes an error with ChromeDriver v2.32+.
79
-
80
-
#### Solution
81
-
82
-
Use [ChromeDriver 74.0.3729.6+][]{:target="\_blank"} and [Selenium Server Standalone v3.9+][]{:target="\_blank"} in order to execute tests in Google Chrome v62+.
83
-
84
-
### Firefox
85
-
86
-
Tests that use the `moveMouseOver` action cause an error when run locally.
87
-
88
-
#### Reason
89
-
90
-
There is a compatibility issue with Codeception's `moveMouseOver` function and GeckoDriver with Firefox.
91
-
92
-
#### Solution
93
-
94
-
None yet. Solving this problem is dependent on a GeckoDriver fix.
0 commit comments