Skip to content

Instantly share code, notes, and snippets.

@radosinsky
Created February 21, 2022 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radosinsky/7473740b507d57205aed0258f708a4ab to your computer and use it in GitHub Desktop.
Save radosinsky/7473740b507d57205aed0258f708a4ab to your computer and use it in GitHub Desktop.
bountify.vba
Sub testselenium()
Dim ChromeWeb As New WebDriver
ChromeWeb.AddArgument "--disable-blink-features=AutomationControlled"
ChromeWeb.Start "chrome", "https://www.fedex.com/secure-login/en-us/#/login-credentials"
ChromeWeb.Get "/"
ChromeWeb.FindElementById("userId").SendKeys "username"
ChromeWeb.FindElementById("password").SendKeys "password"
ChromeWeb.FindElementById("login-btn").Click
Stop
End Sub
@Fuodi
Copy link

Fuodi commented Feb 23, 2022

Thanks for your great work! I'm looking for a part time free lance VBA programmer for some projects related to selenium and others vba developments. Please send me an email to fredATexplorationjourneys.com (@) so I have your contact. I'll await the acknolwedgment thtat you have read this so I delete this comments and pay you the bounty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment