[Webkit-unassigned] [Bug 209780] 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
Thu May 7 10:51:24 PDT 2020


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

--- Comment #13 from Brian Burg <bburg at apple.com> ---
(In reply to Sourabh Rawat from comment #12)
> Thank Vikram for the update, I also have the same setup 
> 
> MacOS: Catalina 10.15.4 
> Safari: 13.1 (15609.1.20.111.8)
> Selenium: 3.141.59
> 
> Scripting Language python 2.0 
> 
> and I am still facing the issue, do you have any workaround for this?
> 
> Thanks,
> Sourabh

This test case passes for me. I need to see logs of what happened on your machine where it fails. Please do the following to generate diagnostic traces (copied from safaridriver(1) man page) and attach to the radar, or email me:

"""
DIAGNOSTICS
     When filing a bug report against safaridriver, it is highly recommended that you capture and include diagnostics generated by safaridriver. This can be accomplished in
     several ways:

     To diagnose a single session, pass the safari:diagnose capability when requesting a new session.

     To diagnose all sessions from one safaridriver instance, use the --diagnose command line option.

     To diagnose all sessions in all instances of safaridriver, set the DiagnosticsEnabled default in the com.apple.WebDriver domain to YES using defaults(1).

     Diagnostic files are saved to ~/Library/Logs/com.apple.WebDriver/ and are uniquely named using the pid of safaridriver and a timestamp.  When using the safari:diagnose capa-
     bility to turn on diagnostics for a particular session, diagnostic files additionally include the session identifier in file names.
"""

-- 
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/20200507/00111edb/attachment.htm>


More information about the webkit-unassigned mailing list