Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 15, 2024
1 parent 85ebc21 commit b1dbe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions allAutomation/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion allAutomation/my_project/tests/BrowserManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def setup():
# Initialize ChromeOptions
chrome_options = ChromeOptions()
# chrome_options.add_argument('--headless') # Uncomment to run Chrome in headless mode?
chrome_options.add_argument('--headless') # Uncomment to run Chrome in headless mode?
chrome_options.add_argument('--no-sandbox') # Bypass OS security model
chrome_options.add_argument('--disable-dev-shm-usage') # Overcome limited resource problems

Expand Down

0 comments on commit b1dbe1a

Please sign in to comment.