Verify you are human screen coming after launch

40 views
Skip to first unread message

sandeep kota

unread,
Jul 23, 2025, 10:18:26 PMJul 23
to seleniu...@googlegroups.com
Hi community users,

I am practicing on https://demo.opencart.com/ website.

After launching the website it is shown below screen. How to handle this situation . 

package day21;

import org.openqa.selenium.WebDriver;

import org.openqa.selenium.chrome.ChromeDriver;


public class Opencart_Test {


public static void main(String[] args) {

WebDriver driver=new ChromeDriver();

driver.manage().window().maximize();

driver.get("https://demo.opencart.com/");

}


}



image.png



--
Cheers,
Sandeep

Corey Goldberg

unread,
Jul 23, 2025, 10:33:55 PMJul 23
to seleniu...@googlegroups.com
They are using Cloudflare bot detection, and identified you as a bot. If you are just practicing, find a different site that doesn't block you.



--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/selenium-users/CAMX7PVgCzciJ2qsM4tJ8rzFKHHMzgv%2BAUiQFrAS9JejYYXS5GQ%40mail.gmail.com.
image.png

Sabyasachi Mohanty

unread,
Jul 24, 2025, 12:26:00 AMJul 24
to seleniu...@googlegroups.com
Hi..

Try to automate that robot  checkbox😃😉

--
Reply all
Reply to author
Forward
0 new messages