Create web automation scripts with no programming knowledge. Converts txt documents with basic syntax to selenium scripts.
- Open (website url)
- find (what you want to name element) (Full Xpath)
- click (element name)
- type (element name) (text you wish to type)
- wait seconds (seconds)
- repeat (number of times to repeat) *must be closed with end.
- end
- Example script can be found in scripts/example.txt
- Example output script can be found in selenium_scripts/example.py