|
I am trying to run a headless mode execution using headless2 on SB. While the code executes, the execution is not headless. The chrome browser window pops up as in a non-headless mode execution. Code: class TestHeadlessMode: |
Answered by
mdmintz
Aug 28, 2024
Replies: 1 comment
|
To specify See The 23 Syntax Formats for structuring your |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To specify
headless, useheadless=Truein yourSB()call. Eg.SB(headless=True).See The 23 Syntax Formats for structuring your
SeleniumBasescripts properly.