[Webkit-unassigned] [Bug 204150] New: WebDriver: check the frameID parameter before running switch to frame command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 02:54:31 PST 2019


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

            Bug ID: 204150
           Summary: WebDriver: check the frameID parameter before running
                    switch to frame command
           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, clopez at igalia.com

We should check it's either null, a number (unsigned sort) or an object referencing a web element. Several tests are failing:

imported/w3c/webdriver/tests/switch_to_frame/switch.py::test_frame_id_invalid_types[foo]
imported/w3c/webdriver/tests/switch_to_frame/switch.py::test_frame_id_invalid_types[True]
imported/w3c/webdriver/tests/switch_to_frame/switch.py::test_frame_id_invalid_types[value2]
imported/w3c/webdriver/tests/switch_to_frame/switch.py::test_frame_id_invalid_types[value3]
imported/w3c/webdriver/tests/switch_to_frame/switch.py::test_frame_id_out_of_bounds[-1]
imported/w3c/webdriver/tests/switch_to_frame/switch.py::test_frame_id_out_of_bounds[65536]

-- 
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/20191113/550f49b9/attachment.htm>


More information about the webkit-unassigned mailing list