Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# WebsiteAutomation
#Getting Started with Website Automation
Website Automation Testing Framework

Automate interacts with browsers at the graphical interface level, just like you, and can do almost anything you can do on a website, like click on links, select from a menu, or type into a text box.
When you build your processes, three types of actions are available:

Browser automation. Includes opening and closing the browser, navigating through pages, and extracting page data.
Interactivity actions. Important for automating elements that are not HTML-based, like a "Save As" dialogue or an Adobe Flash element.
Input actions. Includes keystrokes, mouse movements, clicks, and copy/paste.