[Webkit-unassigned] [Bug 209780] New: Safari 13 pops up 'Glass Pane' when using Selenium sendKeys() to <input type="file"> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 15:00:40 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209780

            Bug ID: 209780
           Summary: Safari 13 pops up 'Glass Pane' when using Selenium
                    sendKeys() to <input type="file"> element
           Product: WebKit
           Version: Safari 13
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vikrant.lakshya at gmail.com
                CC: bburg at apple.com

Created attachment 394969

  --> https://bugs.webkit.org/attachment.cgi?id=394969&action=review

Glass pane when uploading file using Selenium's sendKeys() method.

NOTE: The same thing is working as expected in Safari 12.1.2 but it's broken in Safari 13.0 & 13.1

Issue: System pops up 'Glass Pane' when using Selenium sendKeys() method to <input type="file"> element.

Background:
I want to upload a file (ex. image) in my application.

Expected result:
Since, this element

Safari 12.1.2 behaviour:
There is no need to simulate the clicking of the "Browse" button. SafariDriver automatically enters the file path onto the file-selection text box of the <input type="file"> element.

Safari 13 behaviour:
System pops up 'Glass Pane' when using Selenium sendKeys() method to <input type="file"> element.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200330/298d318f/attachment-0001.htm>


More information about the webkit-unassigned mailing list