A Selenium based browser automation framework for VB.Net, VBA and VBScript
BSD 3-Clause "New" or "Revised" License
431
stars
197
forks
source link
I am trying to automate the Http login Authorization for chrome in my Selenium-C# code #192
Open
Nishanth493 opened 5 years ago
AutoItX.WinActivate( "Sign in", ""); AutoItX.Send(@"USERNAME{TAB}PASSWORD{ENTER}"); Console.WriteLine(url); Driver.Url = url;