Skip to content

Commit

Permalink
readme update - fine-tune verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
kensoh authored Jul 11, 2021
1 parent 0e24213 commit 9b19991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 9b19991

Please sign in to comment.