Jump to content
UBot Underground

Comparing URLs using $contains


Recommended Posts

Hi,

 

I'm writing a bot that if it reaches a certain url which contains a part of the url which I load in the $contain function, to pause the bot and wait on my input. The problem is that the when the bot reaches this circumstance, it does not pause. Could someone help me out? This is what I have so far:

if($contains($url, "https://accounts.google.com/b/0/PlusPageSignUpIdvChallenge")) {
    then {
        pause script
    }
    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...