Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 779 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 779 Bytes

SimpleWebAutomator

Create web automation scripts with no programming knowledge. Converts txt documents with basic syntax to selenium scripts.


Currently Supported Commands

  • 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

Examples

  • Example script can be found in scripts/example.txt
  • Example output script can be found in selenium_scripts/example.py

Images