Jump to content
UBot Underground

From List To Finding In Webpages Then Check The Box. Any Suggestions?


Recommended Posts

Hi

 I'm just figuring how to do this. I need to get info from a text file and finding it on a webpage then do a check on it's check box but I do not know what process I should do.

Example in my list I have keywords iphone, samsung, lg etc then I want to automate it to first search iphone on a webpage, this webpage has a bunch of keywords as well but these keywords also has a check box.

I want it to check the box in sequence.

Does anyone know of a process for this?

This should be easy right? But unforetunately I do not know how to grab from a list and then search.

Link to post
Share on other sites

You can set it up manually , as long as the checkbox id's don't change it should be pretty basic.

 

Unsure whether this would work or not , but hopefully you get a rough idea :)

 

add list to list(%example, $list from file($read file("{$special folder("Desktop")}/example.txt")), "Delete", "Global")
set(#currentkeyword, $search page(%example), "Global")
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...