Skip to content

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

Notifications You must be signed in to change notification settings

devinhadley/SimpleWebAutomator

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

No packages published

Languages