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 e7c31be commit 4a99f3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
27 changes: 15 additions & 12 deletions allAutomation/.idea/workspace.xml

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

3 changes: 2 additions & 1 deletion allAutomation/my_project/tests/BrowserManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def setup():
chrome_options.add_argument("--use-fake-ui-for-media-stream")
chrome_options.add_argument("--use-file-for-fake-audio-capture=output_audio.wav")

extension_path = os.path.abspath("allAutomation/Manifest.zip")
extension_path = os.path.abspath("Manifest.zip")
chrome_options.add_extension(extension_path)

# Initialize Chrome WebDriver using WebDriverManager with a specific version
service = Service(ChromeDriverManager().install())
Expand Down

0 comments on commit 4a99f3d

Please sign in to comment.