this post was submitted on 24 Aug 2023
0 points (50.0% liked)

Selenium Web Browser Automation

95 readers
3 users here now

Users forum for selenium browser testing. Do not advertise here.

founded 1 year ago
MODERATORS
 

Anyone?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (5 children)

You got selenium questions? I got answers!

[–] [email protected] 1 points 11 months ago (1 children)

I have read and discovered that WebDriver does not support HTTP Basic Authentication (i.e. it does not support supplying the username and password to the dialog presented by the web browser). Is there a way to compensate for this? I have a few web sites that utilize this but I cannot fully automate scripts for this site. I have to manually log in and then run the script which is not very autonomous...

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

You should be able to just submit the login and password directly in the url (https://username:password@URL) with HTTP basic authentication and have it work that way. And man they really killed this community by moving away from reddit. A total neckbeard self own by the mods.

load more comments (3 replies)