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 26849 - Interactable elements displayed except <input type=file>
Summary: Interactable elements displayed except <input type=file>
Status: ASSIGNED
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Simon Stewart
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 17:09 UTC by Leo Gallucci
Modified: 2014-11-06 09:10 UTC (History)
4 users (show)

See Also:


Attachments

Description Leo Gallucci 2014-09-18 17:09:22 UTC
As per discussion in https://code.google.com/p/selenium/issues/detail?id=7625#c15

I suggest adding an exception to [14.1 Interactable elements](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html#interactable-elements) for the case in which the element is an <input type=file> given the new html5 upload components that hide this input, enforcing that "The element must be displayed, as defined in section 10.1." just doesn't scale here.