[Webkit-unassigned] [Bug 174863] WebDriver: use in-view center point for clicks instead of bounding box center point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 26 08:42:40 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174863

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This causes test testCanClickOnALinkThatOverflowsAndFollowIt to fail

___________________________________________________________________ testCanClickOnALinkThatOverflowsAndFollowIt[WebKitGTK] ___________________________________________________________________

driver = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="074c8710-f8bd-429e-99e2-f4035435f0c8")>

    def testCanClickOnALinkThatOverflowsAndFollowIt(driver):
        driver.find_element(By.ID, "overflowLink").click()
>       WebDriverWait(driver, 3).until(EC.title_is("XHTML Test Page"))

>       raise TimeoutException(message, screen, stacktrace)
E       TimeoutException: Message:

-- 
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/20170726/9c5aab88/attachment.html>


More information about the webkit-unassigned mailing list