Skip to content

Commit 9b19991

Browse files
authored
readme update - fine-tune verbiage
1 parent 0e24213 commit 9b19991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ See [sample Python script](https://github.com/tebelorg/RPA-Python/blob/master/sa
8787

8888
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.
8989

90-
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).
90+
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).
9191

9292
#### ELEMENT IDENTIFIERS
9393
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'.

0 commit comments

Comments
 (0)