question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Type into a prompt is not working for Safari Technology Preview

See original GitHub issue

When 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 screen shot 2017-06-18 at 10 40 08 am

Notes: Safari Technology Preview Release 33 (Safari 11.0, WebKit 12604.1.25.0.2)

CC: @aaltat

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
aaltatcommented, Jun 21, 2017

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.

1reaction
aaltatcommented, Jun 21, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found