Using this tool you can find the name and ID attributes
in <a> and <input> tags
#Installation
- required python3.6 > , pip3
Download your Chrome driver (linux / windows / mac) from this Link in the project list and decompress it.
if selenium web driver is not installed on you server, install it with this Link: Link
- In the project root directory, run the following command:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate
- Install the required packages:
python3 -m pip install -r requirements.txtAnd Ready!
#Usage Models
python3 FallParams.py -u https://www.google.comecho "https://google.com" | python3 FallParams.pypython3 FallParams.pyand after running the program, Enter in the input
results are store in the output/ directory