Blackat
Map Explorer
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
Welcome Back, to another OpenBullet guide
In Today's thread I will be teaching you how to create configs using Selenium.
In today's thread you will learn:
What is Selenium?
Selenium is OpenBullet's browser. The reason why Selenium is an overpowered browser for OpenBullet is because you can take control of it, this can be amazing for navigating round a page or solving captcha's without paying for a "deCAPTCHA" software.
How to create a config using Selenium?
1. Open OpenBullet and navigate to configs press "NEW" and type your website name in the "Name:" box.
2. Now you have created the config you want to press the "+" under the "Current Stack" text, once you have done this you want to add a "BROWSER ACTION" block.
3. Now the block has been added to the "Stacker" you want to change the "Action:" to "Open" and delete the input.
4. Now you want to create another block by pressing the "+" again, once you see all the blocks you want to select "NAVIGATE"
5. Now go to the website which you want to create a config for. Once you are there you need to find the login page URL and copy it.
6. Open OpenBullet and go back into the "NAVIGATE" block and paste the URL in the "URL:" block.
If you press start now you will see it loads the website like you are viewing it yourself.
7. Now you want to add another block by pressing the "+" and you want to select an "ELEMENT ACTION" block.
8. Once it opens you want to change the "Find Element By:" to "XPath"
9. Now you want to open up the website your making the config for and Inspect Element the username block, you do his by rightclicking on your mouse and selecting inspect element.
10. Now press "Copy" and Copy the "Copy XPath"
11. Now you want to paste it after the "=" after "Find Element By".
12. Now in the "Input:" box you want to add "<USER>"
13. Now we have to do the same thing but for password box (just re read STEP 7 - STEP 12)
14. Now we have to create another "ELEMENT ACTION" block.
15. Now right click on the but that signs you in some examples are:
and press inspect element.
16. Now right click on the code which poped up and select copy and copy as "XPath"
17. Now go back to OpenBullet change the "Find Element By:" to "XPath" and in the empty box next to it paste the information you copied a minute ago.
18. Now change the "Action:" to "Submit"
19. Now you want to add another block by press the "+" under the "Current Stack" text. The block you need to select is "KEY CHECK"
20. Now you want to change the "Type:" to success (leave it if its green)
21. Now you want to go back to the site and login to a working account.
22. Now you need to find something that has changed on he site. For example here are something that could popup:
Now you want to copy the text.
23. Now go back into OpenBullet and press the "+" next to "Keys" and you just want to paste the text in the blank box.
24. Now we need to press the "+" next to "Keychains:" and add another key.
25. Now we want to swap that new key which appeared to a failure.
26. Now you need to go back to the website logout of the successful account and try sign in to a invalid account.
27. Now you want to copy something that changed on the site:
28. Now you need to press the "+" next to "Keys:" (on the red block)
29. Now you want to paste the text you copied in the empty box.
Now we are done!
This guide took me hours to write so DO NOT LEECH!
In Today's thread I will be teaching you how to create configs using Selenium.
In today's thread you will learn:
What is Selenium?
Selenium is OpenBullet's browser. The reason why Selenium is an overpowered browser for OpenBullet is because you can take control of it, this can be amazing for navigating round a page or solving captcha's without paying for a "deCAPTCHA" software.
How to create a config using Selenium?
1. Open OpenBullet and navigate to configs press "NEW" and type your website name in the "Name:" box.
2. Now you have created the config you want to press the "+" under the "Current Stack" text, once you have done this you want to add a "BROWSER ACTION" block.
3. Now the block has been added to the "Stacker" you want to change the "Action:" to "Open" and delete the input.
4. Now you want to create another block by pressing the "+" again, once you see all the blocks you want to select "NAVIGATE"
5. Now go to the website which you want to create a config for. Once you are there you need to find the login page URL and copy it.
6. Open OpenBullet and go back into the "NAVIGATE" block and paste the URL in the "URL:" block.
If you press start now you will see it loads the website like you are viewing it yourself.
7. Now you want to add another block by pressing the "+" and you want to select an "ELEMENT ACTION" block.
8. Once it opens you want to change the "Find Element By:" to "XPath"
9. Now you want to open up the website your making the config for and Inspect Element the username block, you do his by rightclicking on your mouse and selecting inspect element.
10. Now press "Copy" and Copy the "Copy XPath"
11. Now you want to paste it after the "=" after "Find Element By".
12. Now in the "Input:" box you want to add "<USER>"
13. Now we have to do the same thing but for password box (just re read STEP 7 - STEP 12)
14. Now we have to create another "ELEMENT ACTION" block.
15. Now right click on the but that signs you in some examples are:
Code:
Login
Submit
Sign In
16. Now right click on the code which poped up and select copy and copy as "XPath"
17. Now go back to OpenBullet change the "Find Element By:" to "XPath" and in the empty box next to it paste the information you copied a minute ago.
18. Now change the "Action:" to "Submit"
19. Now you want to add another block by press the "+" under the "Current Stack" text. The block you need to select is "KEY CHECK"
20. Now you want to change the "Type:" to success (leave it if its green)
21. Now you want to go back to the site and login to a working account.
22. Now you need to find something that has changed on he site. For example here are something that could popup:
Code:
Welcome!
My Account
Help
Success
23. Now go back into OpenBullet and press the "+" next to "Keys" and you just want to paste the text in the blank box.
24. Now we need to press the "+" next to "Keychains:" and add another key.
25. Now we want to swap that new key which appeared to a failure.
26. Now you need to go back to the website logout of the successful account and try sign in to a invalid account.
27. Now you want to copy something that changed on the site:
Code:
Login Failed
Forgot EMAIL?
Forgot Password?
Password Incorrect
29. Now you want to paste the text you copied in the empty box.
Now we are done!
This guide took me hours to write so DO NOT LEECH!