From 8442bdcc5cccb74cbc42562a18ef40e1098268d0 Mon Sep 17 00:00:00 2001 From: Natesh M Bhat Date: Thu, 30 Jul 2020 16:14:11 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3ae902a..29342d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

🤖 Crazy Smart Web automation and testing library for python

@@ -10,15 +10,15 @@ webbot provides a much feature rich automation than selenium for all kinds of automation of webpage. Since the major portion of web automation is to perform actions like click and type into webpage elements , webbot automatically handles finding the right elements to perform the actions. -
- +Buy me a coffee 😇Buy me a coffee 😇 ## Features : -+ Use any combination of selectors like id, name, text, css etc to perform actions on elements with one line of code. -+ Automate and test pages loaded dynamically by javascript. + Click any button or link without having to worry about finding the element first or knowing css_selectors , xpath etc ++ Automate and test pages loaded dynamically by javascript. + Smart scoring algorithm which finds the best matching elements on which you want to perform the action . ++ The entire automation process can be made without having to open the browser window i.e in the background as a console process (see docs for more details ) ++ Use any combination of selectors like id, name, text, css etc to perform actions on elements with one line of code. + Automation designed to work even in case of webpages with dynamically changing id and classname + Immensely minimizes the code required for performing input actions like clicks and keyboard actions. + Get webpage source , cookies , total tabs , webpage title etc.. @@ -26,12 +26,6 @@ webbot provides a much feature rich automation than selenium for all kinds of au + Bidirectional scrolling + Perform an action on webpage elements by applying various filters to select the elements . + Perfrom action on multiple elements at once. -+ If certain elements don't have text or visible property , then use either their id , class , css_selector , xpath , tag etc. -+ The entire automation process can be made without having to open the browser window i.e in the background as a console process (see docs for more details ) - - - -
------------