Openbullet/Silverbullet selenium issue

Syntax69

Lurker
Member
Joined
Threads
2
Posts
11
So, for some reason when making the config and running through the making process it works fine but I got to where I can run through combos it keeps entering <USER> <PASS> instead of the actual user pass as shown below

j9cdeTZ.png


Here's the loli code for entering user pass

Code:
#WAIT4BLOCK ELEMENTACTION XPath "//*[@id=\"email\"]"
  WaitForElement

#CheckUSER ELEMENTACTION XPath "//*[@id=\"email\"]"
  SendKeysHuman "<USER>"

#WAIT4BLOCK ELEMENTACTION XPath "//*[@id=\"password\"]"
  WaitForElement

#CheckPASS ELEMENTACTION XPath "//*[@id=\"password\"]"
  SendKeysHuman "<PASS>"
 
  • S
    Created
  • Last reply
  • 0
    Replies
  • 668
    Views
  • 1
    Participants
  • Participants list