vasaglegleblu

joined 10 months ago
[–] vasaglegleblu 1 points 5 months ago

I use C#. Am I weird?

[–] vasaglegleblu 1 points 9 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...

[–] vasaglegleblu 2 points 9 months ago (1 children)

There are plenty of tutorials on YouTube. I would recommend playing around with Selenium IDE and/or Katalon Recorder. These are browser plugins that you can install and are step recorders. You can later export the script you've recorded into a script from either of these plugins.

 

Anyone?