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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ t.close()
71
71
72
72
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.
73
73
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
+
74
76
#### CORE FUNCTIONS
75
77
Function|Parameters|Purpose
76
78
:-------|:---------|:------
@@ -99,9 +101,9 @@ show()|element_identifier (page = web page)|print element text to output
99
101
save()|element_identifier (page = web page), filename_to_save|save element text to file
100
102
snap()|element_identifier (page = web page), filename_to_save|save screenshot to file
0 commit comments