Jump to content
UBot Underground

twine01

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by twine01

  1. Thanks a lot Pash! It's very much appreciated! In the end, my solution was a combination of 'Loop While' and 'If', which is pretty much what you suggested.
  2. In my script, I have a Loop While command that executes so long as an element exists on the page. After completing a Google search, the script scrapes an element from the page and adds it to a table. The problem I'm running into is that the Loop does not stop immediately when the 'While' condition fails. For example: set(#smoothSailing,$true,"Global") loop while(#smoothSailing) { type text(<username field>,"Smooth Sailing is True","Standard") set(#smoothSailing,$false,"Local") type text(<about me textarea>,"This should not be entered since smoothSailing was set to f
×
×
  • Create New...