Skip to content

Commit 1d22c31

Browse files
authored
#259 - readme add get_text() & del_chars()
1 parent d617dec commit 1d22c31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPA for Python :snake:
22

3-
[**v1.42**](https://github.com/tebelorg/RPA-Python/releases) | [**Use Cases**](#use-cases) | [**API Reference**](#api-reference) | [**About & Credits**](#about--credits) | [**PyCon Video**](https://www.youtube.com/watch?v=F2aQKWx_EAE) | [**Run on Cloud**](https://colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing) | [**Telegram Chat**](https://t.me/rpa_chat)
3+
[**v1.43**](https://github.com/tebelorg/RPA-Python/releases) | [**Use Cases**](#use-cases) | [**API Reference**](#api-reference) | [**About & Credits**](#about--credits) | [**PyCon Video**](https://www.youtube.com/watch?v=F2aQKWx_EAE) | [**Run on Cloud**](https://colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing) | [**Telegram Chat**](https://t.me/rpa_chat)
44

55
>_This tool was previously known as TagUI for Python. [More details](https://github.com/tebelorg/RPA-Python/issues/100) on the name change, which is backward compatible so existing scripts written with `import tagui as t` and `t.function()` will still work._
66
@@ -160,6 +160,8 @@ exist()|element_identifier|return True or False if element exists before timeout
160160
present()|element_identifier|return True or False if element is present now
161161
count()|element_identifier|return number of web elements as integer
162162
clipboard()|text_to_put or no parameter|put text or return clipboard text as string
163+
get_text()|source_text, left, right, count = 1|return text between left & right markers
164+
del_chars()|source_text, characters|return text after deleting given characters
163165
mouse_xy()||return '(x,y)' coordinates of mouse as string
164166
mouse_x()||return x coordinate of mouse as integer
165167
mouse_y()||return y coordinate of mouse as integer

0 commit comments

Comments
 (0)