Advertisement
dereksir

Untitled

Jan 17th, 2024 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. import com.frogking.chromedriver.ChromeDriverBuilder;
  2.  
  3. import org.openqa.selenium.chrome.ChromeDriver;
  4. import org.openqa.selenium.chrome.ChromeDriverService;
  5. import org.openqa.selenium.chrome.ChromeOptions;
  6.  
  7. import java.io.File;
  8.  
  9. public class App {
  10.  
  11.     public static void main(String[] args){
  12.  
  13.     //..
  14.  
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement