Bug 193684

Summary: [GTK] WebDriver: update Element Click command to be implemented in terms of Perform Actions
Product: WebKit Reporter: BJ Burg <bburg>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bburg, cgarcia, joepeck, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=211330
https://bugs.webkit.org/show_bug.cgi?id=213060

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.