79094301

Date: 2024-10-16 13:38:16
Score: 1
Natty:
Report link
    With selenium 4.23.0we are able to avoid automated detection.

 var options = new ChromeOptions();
    options.addArguments("enable-automation");
    options.addArguments("disable-infobars");// optional it will just disable info bar
    WebDriver driver=new ChromeDriver(options);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rajeev ranjan