[Webkit-unassigned] [Bug 202436] New: SafariDriver click is off vertically
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 1 15:37:10 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202436
Bug ID: 202436
Summary: SafariDriver click is off vertically
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: macOS 10.13
Status: NEW
Severity: Normal
Priority: P2
Component: WebDriver
Assignee: webkit-unassigned at lists.webkit.org
Reporter: w0nka at mac.com
CC: bburg at apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191001/b17c2c1a/attachment.html>
More information about the webkit-unassigned
mailing list