Jump to content
UBot Underground

Element With Numbers Help


Recommended Posts

Sorry if wrong part of forum.

 

Can someone help me with numbers on a page.

 

Its a price I need to scrape and execute only if its over certain number in element or else move to next part of script

 

{if under $5700 move to next}

 

Can't code java/python yet..

 

:/

Link to post
Share on other sites

Sorry to bug you again!

 

Do you know how to achieve this in JavaScript?

 

if($comparison(#number,"< Less than",5700)) {

then {

}

else {

}

}

 

Mozilla has a good reference for JS stuff, they can probably explain it best: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...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...