- sam1
- Posts : 4
Join date : 2012-12-10
How to get ID of input field on click event using selenium RC
on Wed Dec 26, 2012 8:14 pm
Hi,
How to get ID of input field on its click event using selenium RC? i have a page and i want to get input field's id after clicking on it.
Regards.
How to get ID of input field on its click event using selenium RC? i have a page and i want to get input field's id after clicking on it.
Regards.
Re: How to get ID of input field on click event using selenium RC
on Mon Jan 07, 2013 1:55 pm
String variable = selenium.getAttribute("//*[@class='test']@id");
Here I have pass class of field, you can pass other available locator also.
With the help of this you will get ID of that field.
Here I have pass class of field, you can pass other available locator also.
With the help of this you will get ID of that field.
Permissions in this forum:
You cannot reply to topics in this forum