Skip to content

Commit 9da83d3

Browse files
committed
Removed install drivers step ..
1 parent 01e2001 commit 9da83d3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/Select.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
6262
- name: Install RF ${{ matrix.config.rf-version }}
6363
run: |
6464
pip install -U --pre robotframework==${{ matrix.config.rf-version }}
65-
- name: Install drivers via selenium-manager
66-
run: |
67-
SELENIUM_MANAGER_EXE=$(python -c 'from selenium.webdriver.common.selenium_manager import SeleniumManager; sm=SeleniumManager(); print(f"{str(sm._get_binary())}")')
68-
echo "$SELENIUM_MANAGER_EXE"
69-
echo "WEBDRIVERPATH=$($SELENIUM_MANAGER_EXE --browser chrome --debug | awk '/INFO[[:space:]]Driver path:/ {print $NF;exit}')" >> "$GITHUB_ENV"
70-
echo "$WEBDRIVERPATH"
7165
7266
- name: Run tests under specified config
7367
run: |

0 commit comments

Comments
 (0)