[Webkit-unassigned] [Bug 179979] New: WebDriver: handle user prompts shown while executing scripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 23 08:20:20 PST 2017


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

            Bug ID: 179979
           Summary: WebDriver: handle user prompts shown while executing
                    scripts
           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

15.2 Executing Script

The rules to execute a function body are as follows. The algorithm will return success with the JSON representation of the function’s return value, or an error if the evaluation of the function results in a JavaScript exception being thrown or at any point during its execution an unhandled user prompt appears.

If at any point during the algorithm a user prompt appears, the user prompt handler must be invoked. If its return value is an error, it must immediately return with that error and abort all subsequent substeps of this algorithm.

https://w3c.github.io/webdriver/webdriver-spec.html#executing-script

-- 
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/20171123/f105667a/attachment-0001.html>


More information about the webkit-unassigned mailing list