- casanovp
- Posts : 1
Join date : 2015-04-09
Totally blocked on one of the steps
Thu Apr 09, 2015 6:03 pm
Hi
I am coding a script in java in order to automate a TC. But I am totally blocked in one of the steps.
I don´t know how to locate the element. What I want to do is click on it.
A photo of what I see is attached
The problem is that I don´t see any clear locator to choose. I have tried:
driver.findElement(By.id("...")).click();
driver.findElement(By.className("...")).click();
but it doesn´t work. Can anybody please help me?
Thanks in advance
Pablo
I am coding a script in java in order to automate a TC. But I am totally blocked in one of the steps.
I don´t know how to locate the element. What I want to do is click on it.
A photo of what I see is attached
The problem is that I don´t see any clear locator to choose. I have tried:
driver.findElement(By.id("...")).click();
driver.findElement(By.className("...")).click();
but it doesn´t work. Can anybody please help me?
Thanks in advance
Pablo
Permissions in this forum:
You cannot reply to topics in this forum