Jump to content

how to click this ratio ?


bills4
 Share

Recommended Posts

how use ?

this is full form html

<form id="landing_form" class="" action="/signup" method="get">

<input type="radio" value="30" name="startsub">

<input type="radio" checked="checked" value="60" name="startsub">

<input type="radio" checked="checked" value="60" name="startsub">

<input type="radio" checked="checked" value="60" name="startsub">

</form>

it have 4 input on a form , but dont have form name how can check to

<input type="radio" value="30" name="startsub">

Link to comment
Share on other sites

$oForm = _IEFormGetObjByName ($oIE, "name of form") ; but it dont have name on form

For $i = 1 To 2

_IEFormElementRadioSelect ($oForm, "30", "startsub", 1, "byValue")

Sleep(1000)

Next

i use this code if have name form

Edited by bills4
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...