You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# RPA for Python :snake:
2
2
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)
4
4
5
5
>_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._
6
6
@@ -160,6 +160,8 @@ exist()|element_identifier|return True or False if element exists before timeout
160
160
present()|element_identifier|return True or False if element is present now
161
161
count()|element_identifier|return number of web elements as integer
162
162
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
163
165
mouse_xy()||return '(x,y)' coordinates of mouse as string
164
166
mouse_x()||return x coordinate of mouse as integer
165
167
mouse_y()||return y coordinate of mouse as integer
0 commit comments