I'm coding a Python Bot that uses Selenium where it will solve Math problems, currently I got the Login system to work, but the bot still needs to find the answer number.
If you were to find the answer manually you would do this;
- Press CTRL + SHIFT + I
- Go to Sources
- The script will automatically popup so you just have to press CTRL + F and search for "number": (It's a JSON object.)
Is there any way of getting the Answer?
The current code is not related to what I'm after.
Code:
import Selenium