This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28760 - Click() and Tap() should be combined into Click() as a generic term
Summary: Click() and Tap() should be combined into Click() as a generic term
Status: RESOLVED INVALID
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2015-06-04 18:13 UTC by John Jansen
Modified: 2016-09-19 16:31 UTC (History)
2 users (show)

See Also:


Attachments

Description John Jansen 2015-06-04 18:13:00 UTC
"16.2.1.4.1.1 click()"

Instead of trying to spec all the different input types, Click() should take the source as a parameter, just like the low level commands do. Something like this, "click('touch')" or "click('mouse')". The parameter would be optional and default to mouse.
Comment 1 Simon Stewart 2015-10-26 05:44:49 UTC
Should default to a browser dependent default, but as long as the parameter is optional, this change is compatible with current usage.