solution to click a radio button that has a dynamic id.
Wed Nov 11, 2009 8:01 pm
hi,
If you want to handle element that having dynamic value generated at run time.
Use the following commands:
storeAttribute| path of area where radiobutton placed @ id| variableName
Now you have dynamic id of that element . Use that value to click on it.
click| ${variableName}
By this way u can handle the element. Best of luck.
Bye
If you want to handle element that having dynamic value generated at run time.
Use the following commands:
storeAttribute| path of area where radiobutton placed @ id| variableName
Now you have dynamic id of that element . Use that value to click on it.
click| ${variableName}
By this way u can handle the element. Best of luck.
Bye
- susbarefoot
- Posts : 1
Join date : 2010-04-30
Re: solution to click a radio button that has a dynamic id.
Fri Apr 30, 2010 3:32 am
The part that's giving me trouble is the "path of area where radiobutton placed @ id". In my case, it is a check box that exists at the front of the row. I know the text that appears in the row of my check box, and I can click anywhere in the row to check the box. The table has a dynamic number of rows so the check box gets a new id every time the page loads. I guess I'm just having trouble with the concept of an Element Locator.
- How do i get the Xpath value for a radio button so i can click the button on a form
- Cannot click on button
- How Click on Dynamic Objects at Dynamic Positions in Selenium using for loop
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- Help With Radio Button Select
Permissions in this forum:
You cannot reply to topics in this forum