Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Jun 29, 2024
1 parent dc52e75 commit 893aea2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- name: Install chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome
with:
install-chromedriver: true
- run: |
${{ steps.setup-chrome.outputs.chrome-path }} --version
${{ steps.setup-chrome.outputs.chromedriver-path }} --version
Expand Down
2 changes: 0 additions & 2 deletions senpwai/common/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def helper(browser_name: BrowserName):
options = cast(EdgeOptions, setup_options(EdgeOptions()))
self.driver = Edge(service=service_edge, options=options)
case BrowserName.chrome:
chrome_driver_path = os.getenv("CHROME_DRIVER_PATH", None)
print("Chrome driver path:", chrome_driver_path)
service_chrome = ChromeService(
)
options = cast(ChromeOptions, setup_options(ChromeOptions()))
Expand Down

0 comments on commit 893aea2

Please sign in to comment.