From 87f438bafd945e52b8b39789bdd8804f63ff7d3a Mon Sep 17 00:00:00 2001 From: gourav <40586403+gouravtechno@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:14:32 +0530 Subject: [PATCH] Create README.md Getting Started with Website Automation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac890e2 --- /dev/null +++ b/README.md @@ -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.