We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e2001 commit 9da83d3Copy full SHA for 9da83d3
1 file changed
.github/workflows/Select.yml
@@ -62,12 +62,6 @@ jobs:
62
- name: Install RF ${{ matrix.config.rf-version }}
63
run: |
64
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"
71
72
- name: Run tests under specified config
73
0 commit comments