[Webkit-unassigned] [Bug 181730] New: WebDriver: selenium test testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 17 04:40:18 PST 2018


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

            Bug ID: 181730
           Summary: WebDriver: selenium test
                    testShouldScrollOverflowElementsIfClickPointIsOutOfVie
                    wButElementIsInView fails
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bburg at apple.com

____________________________________________________ testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView[WebKitGTK] ____________________________________________________

driver = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="4ef9c8cb-d545-422f-8325-fcab6fef9586")>, pages = <conftest.Pages object at 0x7fb8ae0fce90>

    @pytest.mark.xfail_marionette(
        reason='https://github.com/w3c/webdriver/issues/408',
        raises=ElementNotInteractableException)
    def testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView(driver, pages):
        pages.load("scroll5.html")
>       driver.find_element(By.ID, "inner").click()

driver     = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="4ef9c8cb-d545-422f-8325-fcab6fef9586")>
pages      = <conftest.Pages object at 0x7fb8ae0fce90>

....

>       raise exception_class(message, screen, stacktrace)
E       ElementClickInterceptedException: Message:

exception_class = <class 'selenium.common.exceptions.ElementClickInterceptedException'>
json       = <module 'json' from '/usr/lib/python2.7/json/__init__.pyc'>
message    = ''
response   = {'status': 400, 'value': '{"value":{"error":"element click intercepted","message":"","stacktrace":""}}'}
screen     = None
self       = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7fb8ae0fc690>
stacktrace = None
status     = 'element click intercepted'
value      = {'error': 'element click intercepted', 'message': '', 'stacktrace': ''}
value_json = '{"value":{"error":"element click intercepted","message":"","stacktrace":""}}'

WebDriverTests/imported/selenium/py/selenium/webdriver/remote/errorhandler.py:237: ElementClickInterceptedException

-- 
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/20180117/93f3f14a/attachment-0001.html>


More information about the webkit-unassigned mailing list