RESOLVED FIXED 202436
SafariDriver click is off vertically
https://bugs.webkit.org/show_bug.cgi?id=202436
Summary SafariDriver click is off vertically
Jack Wellborn
Reported 2019-10-01 15:37:10 PDT
Hello, I just reran some UI tests in Safari using Nightwatch and noticed my buttons weren't being clicked as expected. At first I thought the issue was related to button size, and after some investigation I found that SafariDriver is simply off vertically by some number of points. Repro steps: 1. Download the attached node project. 2. npm install 3. npm run testSafari (note that the current configuration is using Safari Technology Preview). You'll notice that the big button is clicked twice even though the commands click each button. 4. npm run testChrome to see a working example. Alternatively, you can use whatever WebDriver based testing framework and try to click the buttons at https://jackwellborn.com/playground/safariClickBug/clickbug.html. Thanks. ~Jack
Attachments
Sample Project (32.27 MB, application/zip)
2019-10-01 15:39 PDT, Jack Wellborn
no flags
Jack Wellborn
Comment 1 2019-10-01 15:39:07 PDT
Created attachment 379956 [details] Sample Project
Kushang
Comment 2 2019-10-03 10:50:47 PDT
I face a similar issue with Safari 13.0. It does not let me use the Safari v13.
Jack Wellborn
Comment 3 2019-10-31 06:35:52 PDT
Still a problem in STP 95
Jack Wellborn
Comment 4 2019-11-22 06:49:12 PST
Still a problem in STP 96
Jack Wellborn
Comment 5 2019-12-18 13:40:58 PST
The problem appears to be resolved in STP 97 🎉.
Note You need to log in before you can comment on or make changes to this bug.