Jump to content
UBot Underground

Finding a list of innertext links. If exist, then click it.


Recommended Posts

Hello guys..

What I need to do is find a list of all the possible words given to contact pages.

In this case:

Contact

Contact Us

Contact Us Now

etc...

 

I need to follow all the list until I found the matching Innertext and it is a link. Then click it to access the contact page.

 

Can someone help me with this? Might be easy

I search the form and I only found this:

http://www.ubotstudio.com/forum/uploads/monthly_01_2010/post-298-12645245697875_thumb.jpg

Which is old by now.

Thanks in advance.

Link to post
Share on other sites

try this

clear list(%list to check)
set(#word to check, "Contact Us", "Global")
add list to list(%list to check, $list from text("Contact
Contact Us
Contact Us Now", $new line), "Delete", "Global")
loop($list total(%list to check)) {
    if($comparison($next list item(%list to check), "=", #word to check)) {
        then {
            alert("your text is  \"{#word to check}\"")
        }
        else {
        }
    }
}
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...