viptnn Posted May 24, 2018 Posted May 24, 2018 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>
Moderators JLogan3o13 Posted May 24, 2018 Moderators Posted May 24, 2018 What have you tried on your own? There are numerous examples of people doing something similar on the forum; post your code. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
IAMK Posted May 24, 2018 Posted May 24, 2018 (edited) Have you tried p.s. You wrote answer incorrectly. Edited May 24, 2018 by IAMK
seandisanti Posted May 25, 2018 Posted May 25, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now