Advertisement
dereksir

Untitled

Mar 15th, 2024
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. class Program
  2. {
  3.     static void Main(string[] args)
  4.     {
  5.         // set up ChromeDriver
  6.         IWebDriver driver = new ChromeDriver();
  7.  
  8.         // navigate to the target website
  9.         driver.Navigate().GoToUrl('https://patrickhlauke.github.io/recaptcha/');
  10.  
  11.         //...
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement