Bug 193684 - [GTK] WebDriver: update Element Click command to be implemented in terms of Perform Actions
Summary: [GTK] WebDriver: update Element Click command to be implemented in terms of P...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-22 14:30 PST by BJ Burg
Modified: 2020-06-10 17:05 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2019-01-22 14:30:30 PST
I've been working to move Element Click away from the Automation.performMouseInteraction code path and to use Automation.performInteractionSequence instead. This command is now specced in terms of actions so this should be straightforward.