Compare commits
1 Commits
7a8a8ee260
...
55a31bdbb1
Author | SHA1 | Date | |
---|---|---|---|
55a31bdbb1 |
2
main.py
2
main.py
@@ -41,7 +41,7 @@ def setupChromeDriver():
|
|||||||
chrome_options.add_argument("--no-sandbox")
|
chrome_options.add_argument("--no-sandbox")
|
||||||
chrome_options.add_argument("--mute-audio")
|
chrome_options.add_argument("--mute-audio")
|
||||||
chrome_options.add_argument("--window-size=1280,720")
|
chrome_options.add_argument("--window-size=1280,720")
|
||||||
chrome_options.add_argument("--disable-dev-shm-usage")
|
#chrome_options.add_argument("--disable-dev-shm-usage")
|
||||||
chrome_options.add_argument("--no-default-browser-check")
|
chrome_options.add_argument("--no-default-browser-check")
|
||||||
chrome_options.add_argument("--disable-features=WebRtcHideLocalIpsWithMdns")
|
chrome_options.add_argument("--disable-features=WebRtcHideLocalIpsWithMdns")
|
||||||
#chrome_options.add_argument(f"--load-extension={os.path.abspath(os.path.join(os.path.dirname(__file__), 'webrtc-internals-exporter'))}")
|
#chrome_options.add_argument(f"--load-extension={os.path.abspath(os.path.join(os.path.dirname(__file__), 'webrtc-internals-exporter'))}")
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
[agent]
|
[agent]
|
||||||
|
flush_interval = "20s"
|
||||||
hostname = "${HOSTNAME}"
|
hostname = "${HOSTNAME}"
|
||||||
omit_hostname = false
|
omit_hostname = false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user