- sam1
- Posts : 4
Join date : 2012-12-10
How to get ID of input field on click event using selenium RC
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
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.
- How to click into an input field
- Selenium click event does not trigger angularjs event
- Using selenium for testing Mendix application, but cannot click a button that triggers a change on event.
- [Help] Java input Username field as a timestamp
- In Selenium RC, when input box is triggered, selenium log window gets focussed .
Permissions in this forum:
You cannot reply to topics in this forum