Jump to content

Recommended Posts

Posted

I need to select radio 3 of question 13, has anybody know how to auto select 

                <div class="dvquestion" id="questionitem-1" style="display:none">

                    <h3 class="text-orange">Question 1 </h3>

                    <p><div>Who is Mr Bean?<br></div></p>

                    <div class="lb_question">

                                 <label><input type="radio" name="anwswer_13" value="1"> <span onclick="return selectCard(this);">Super man</span></label><br>

                                <label><input type="radio" name="anwswer_13" value="2"> <span onclick="return selectCard(this);">Policeman</span></label><br>

                                <label><input type="radio" name="anwswer_13" value="3"> <span onclick="return selectCard(this);">Actor</span></label><br>

                    </div>

Posted
19 minutes ago, IAMK said:

Have you tried ...

It looks like the OP is looking to automate webpage interaction, rather than GUICtrls. Check out _IEFormElementGetObjByName

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
  • Recently Browsing   0 members

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