Jump to content

ReCaptcha anchor click


Recommended Posts

Posted

Can anyone help me click the reCaptcha anchor on the runescape account creation page?  I'm using Selenium, here's my snippet

WebDriver driver = new FirefoxDriver();
WebDriverWait wait = new WebDriverWait(driver, 40);

wait.until(ExpectedConditions.elementToBeClickable(By.xpath("//*[@id=\"recaptcha-anchor\"]/div[5]")));
driver.findElement(By.xpath("//*[@id=\"recaptcha-anchor\"]/div[5]")).click();

I've also tried searching by ID and clicking but it still doesn't work.  I've made sure to wait until the page is fully loaded as well

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...