Jump to content
UBot Underground

Recommended Posts

Website 1 has the checkbox checked using:  <input name="active" type="checkbox" value="1" checkbox="">

 

Website 2 just uses checked  <input id="12345" type="checkbox" value="on">

 

 

How do I tell "change checkbox" to use true or false for checked or unchecked?

 

Thanks in advance Ubot Community!

 

Jason

Link to post
Share on other sites

scrape the "value"

into a variable

 

check that you are able to get the desired text in "value" (on/1)

 

if value == empty(desired value not there)

    click check box

 

or not empty depending on your case

 

NIck

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...