Type into a prompt is not working for Safari Technology Preview
See original GitHub issueWhen user does something like this in test.robot file
Create Webdriver Safari executable_path=${technology_preview}
Go to https://username:password@mytestwebsite.com
Input Text Into Prompt ${url_username}
Expected: Text should be populated in the alert
Actual: Nothing is happening. No error in the output
Notes: Safari Technology Preview Release 33 (Safari 11.0, WebKit 12604.1.25.0.2)
CC: @aaltat
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Safari Technology Preview Release Notes - Apple Developer
Open tabs are blank on initial launch after upgrading to Safari Technology Preview 87 and loading all tabs from the last session. To...
Read more >Release Notes for Safari Technology Preview 153 - WebKit
Safari Technology Preview Release 153 is now available for download for macOS Monterey 12.3 or later and macOS Ventura beta.
Read more >debugging - Safari Web inspector keeps disconnecting
Make sure you're using Safari Technology Preview and not the regular version of Safari. · Close and Re-Open Safari Technology Preview if it...
Read more >Safari Extension cannot be installed or not appear - Eagle
Solution A: Running the command to restart extension services in Safari · Solution B: Install the Safari Technology Preview · Categories.
Read more >Safari Technology Preview 64 Includes Update for Web Push ...
As an Aimtell user, you have a lot of control over your opt-in prompts, including how they look if you choose a custom...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is rumours that Webdriver specification next release would bring support for basic authentication, but that is only rumor. Unless Selenium provides the support, don’t think we are going to provide direct support.
In my humble opinion, it would be best if the whole basic authentication would die away. There are better and easier ways to do the user authentication.
Ah but that is a basic authentication dialog, right? Unfortunately selenium does not support handling basic authentication dialog. Because of this we can not do anything on the Selenium2Library side. Your best option to google around see how you can bypass the basic authentication in Safari. Here is working example for Chrome: https://stackoverflow.com/questions/9888323/how-to-override-basic-authentication-in-selenium2-with-java-using-chrome-driver