Skip to content

Commit a80fbae

Browse files
authored
tebelorg#4 - readme highlight auto-wait and timeout()
1 parent f42dc31 commit a80fbae

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
@@ -71,6 +71,8 @@ t.close()
7171

7272
An element identifier can also be a .png or .bmp image snapshot representing the UI element (can be on desktop applications or web browser). x, y coordinates of elements on the screen work as well.
7373

74+
There is automatic waiting for an element to appear before timeout happens, and error is returned that the element cannot be found. To change the default timeout of 10 seconds, use timeout() function.
75+
7476
#### CORE FUNCTIONS
7577
Function|Parameters|Purpose
7678
:-------|:---------|:------
@@ -99,9 +101,9 @@ show()|element_identifier (page = web page)|print element text to output
99101
save()|element_identifier (page = web page), filename_to_save|save element text to file
100102
snap()|element_identifier (page = web page), filename_to_save|save screenshot to file
101103
load()|filename_to_load|load & return file content
102-
echo()|text_to_echo|print text to output
103104
dump()|text_to_dump, filename_to_save|save text to file
104105
write()|text_to_write, filename_to_save|append text to file
106+
echo()|text_to_echo|print text to output
105107
ask()|text_to_prompt|ask & return user input
106108

107109
#### PRO FUNCTIONS

0 commit comments

Comments
 (0)