Jump to content
UBot Underground

Two times $not in a IF condition


Recommended Posts

Is it possible to put two times $not in a IF condition?

 

Something like:

 

$not("<innertext=number1>") AND $not("<innertext=number2>")

 

I tried this but it didn't work, is there another way to get this to work?

Link to post
Share on other sites

This may help you

 

 

 
navigate("http://www.bing.com/", "Wait")if($both($exists(<innertext="IMAGES">), $exists(<innerhtml="MSN">))) 
{    then {    }    else {        alert("Inner 
text 
?")    }}navigate("http://www.google.com/", "Wait")if($both($exists(<innertext="IMAGES">), $exists(<innerhtml="MSN">))) 
{    then {    }    else {        alert("Inner 
text ?")    }}
  • Like 1
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...