From 9b1999124de2bcc92bf75c737b705f78ae33147a Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Sun, 11 Jul 2021 17:19:56 +0800 Subject: [PATCH] readme update - fine-tune verbiage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ab52d..5d9b50a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ See [sample Python script](https://github.com/tebelorg/RPA-Python/blob/master/sa You can even run on your phone browser [using this Colab notebook](https://colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing) (eg datascraping in headless mode). This RPA package has [enterprise security](https://github.com/kelaberetiv/TagUI/blob/master/README.md#enterprise-security-by-design) by design and you can install, update and use it [without the internet](https://github.com/tebelorg/RPA-Python#core-functions). You can fully [control error handling](https://github.com/tebelorg/RPA-Python/issues/269) if you wish, eg snapshot of missing element or posting to custom API endpoint. -For fine-grained control over setting or returning web browser file download location, use [download_location()](https://github.com/tebelorg/RPA-Python/issues/279#issuecomment-877749880). For overriding the default parent folder location to install and use TagUI, use [tagui_location()](https://github.com/tebelorg/RPA-Python/issues/257#issuecomment-846602776). +For fine-grained control over setting or returning the web browser file download location, use [download_location()](https://github.com/tebelorg/RPA-Python/issues/279#issuecomment-877749880). For overriding the default parent folder location to install and use TagUI RPA, use [tagui_location()](https://github.com/tebelorg/RPA-Python/issues/257#issuecomment-846602776). #### ELEMENT IDENTIFIERS An element identifier helps to tell RPA for Python exactly which element on the user interface you want to interact with. For example, //\*[@id='email'] is an XPath pointing to the webpage element having the id attribute 'email'.