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
* Firefox: fixing click to multirect elements broken by the previous PR
7
+
* Check element corners and middle for clickability
8
+
* Fix keyCodes for some characters in the FirefoxDriver.
9
+
* Firefox: fixing malformed URL handling. Fixed issue #1248
10
+
* Prevent Firefox from opening a page on a second or later run and/or after some amount of time
11
+
* Fixing executable finder on Windows
12
+
* Fixing HtmlUnit driver to pass recently added tests
13
+
* Firefox: fixing appending to contenteditable elements. Fixes issue 1419
14
+
* correct javascript remote client ui executor to use new promise based execute introduced by 0fa587 Fixes #1521
15
+
* Firefox: Adding an extra check to result wrapper. Fixes issue #1426
16
+
* Changes to simplify the execution of finding elements.
17
+
* Fixing issue #1479. The only reasonable thing we can do for select elements is to disable clickability checking, see https://gist.github.com/p0deje/c549e93fa19bf7aaee49
18
+
19
+
Grid:
20
+
* Found a better place to convert seconds to milliseconds
21
+
1
22
v2.49.1
2
23
=======
3
24
@@ -2033,3 +2054,4 @@ Grid:
2033
2054
* Track when a session has become orphaned. I.e., when the client sends no
2034
2055
commands after the initial session creation. This almost always indicates
2035
2056
the client is no longer connected and the session is unusable immediately.
0 commit comments