Skip to content

devinhadley/SimpleWebAutomator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages