solution to click a radio button that has a dynamic id.

Adviser at 14h01
11
Nov
2009
solution to click a radio button that has a dynamic id.

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
About
This topic belongs to the forum
  • Numbers of topics : 1155
  • Numbers of messages : 3119
  • Numbers of users : 2125
  • Numbers of points : 1359
Similar topics
Dear all, I am new to use Selenium and I have problem about locating a dynamic element. Could you please help me? Thank you very much in advance. Here is my situation: I have the following button id of which is dynamic so I cannot use its fixed id. I
Hi, I am new bee to Selenium RC. In my current app i am using below code to slelect a radio button: selenium.click("//table[@id='tblEventType']/tbody/tr/td"); during run time selenium RC/NUnit executed the command but in application radio button
I am new to Selenium. Recorded the my app flow using Selenium IDE and converted the script to JUnit 4 RC. Ran the java file in Eclipse IDE. Able to launch my web page and pass the credentials. But when it comes to clicking any buttons (Add exception
I am trying to click on the OK button in the following html code. Can anyone please help ? OK OK How do i find this element in driver.findElement ? Thanks,
Hi everyone, I am still finding difficulty in locating an image with dynamic id. I have tried everything but unable to find any solution. The biggest problem is that the target is labeled through id only any the id is continuously changing
Forums from same category
  • BRUTALITY MUSIC PRODUCTIONS. Brutality Freakz. Brutality Music

  • Money Discussions About All Types Of PTC, Aurora And GPT Sites. Promote Your PTC Referral Links, Build Downline, Exchange Referrals!

  • everything site

  • A WORLD YOU CAN CALL YOUR ONW FOR YOUR ONW AND FOR YOUR STUFF

  • Free forum: Hmoob Ntuj Tshiab - Txoj Kev Hlub - Yeej muaj nyob rau txhua tug los ntawm lub siab dawb siab huv nthuav tawm rau txhua leej txhua tus kawm txog peb Hmoob lub neej txoj kev sib hlub kom peb nyob kaj siab lug.

  • Hello everyone | welcome to the MeemForum, here you find all infos about |meem|mobile|others| MeemForum provide the facility to entertainment and advertisement free of cost.

See also
more_less
Informations

1 Replies For the topic :
"solution to click a radio button that has a dynamic id."

This topic has been viewed 3994 times.

Last message :
11/11/2009 at 14h01 by "Adviser"