Bug 314465
| Summary: | [Web Automation] Add Automation.performApplicationCommand for testing WebInspectorUI | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | WebDriver | Assignee: | Blaze Burg <bburg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bburg, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Blaze Burg
Add a new async Automation protocol command that delegates named commands to the host application. This is used as a pass-through to the harness when testing Web Inspector with WebDriver. Needed so tests can trigger custom test harness commands defined by the delegate.
The command takes a browsingContextHandle, commandName, and JSON-encoded arguments string, and returns a JSON-encoded result string. The default client implementation returns an empty string (no-op).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Blaze Burg
Pull request: https://github.com/WebKit/WebKit/pull/64598
EWS
Committed 313103@main (7af062c2031f): <https://commits.webkit.org/313103@main>
Reviewed commits have been landed. Closing PR #64598 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/176908448>