How to Click a Radio Button?

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
fightcancer
Macro Veteran
Posts: 260
Joined: Fri Apr 15, 2005 8:32 am

How to Click a Radio Button?

Post by fightcancer » Fri Mar 01, 2013 4:03 am

How do I click the Video radio button on TinyPic.com please? I can't quite seem to get the right code. Here's what I have, but it doesn't click the radio button. Thanks!

Code: Select all

IEGetFromURL>tinypic.com,myIERef
IEClickTag>myIERef,,,INPUT,RADIO,file_type:video,result

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Fri Mar 01, 2013 11:43 am

I can't get anything to work on this page.

None of these produce an error and all produce a result suggesting the tag was found, but the item does not get selected:

IEClickTag>myIERef,,,INPUT,RADIO,file_type:video,result

IEClickTag>myIERef,,,INPUT,ID,file_type_video,ieRes

IETagEventByAttrib>tinypic.com,INPUT,ID=file_type_video,click,

There's some jquery in the tag so perhaps that is interfering.

Last resort: image recognition. That will work.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

fightcancer
Macro Veteran
Posts: 260
Joined: Fri Apr 15, 2005 8:32 am

Post by fightcancer » Sun Mar 03, 2013 12:49 am

Thanks very much. :)

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts