Skip to content

Commit af0ccfd

Browse files
authored
#240 - readme add headless mode usage
1 parent ec72a24 commit af0ccfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ init()|visual_automation = False, chrome_browser = True|start TagUI, auto-setup
101101
close()||close TagUI, Chrome browser, SikuliX
102102
pack()||for deploying package without internet
103103
update()||for updating package without internet
104+
debug()|True or False|print & log debug info to rpa_python.log
104105

105-
>_to print and log debug info to rpa_python.log use debug(True), to switch off use debug(False)_
106+
>_by default Chrome runs with visible mode, to run Chrome invisibly use init(headless_mode = True)_
106107
107108
#### BASIC FUNCTIONS
108109
Function|Parameters|Purpose

0 commit comments

Comments
 (0)