Skip to content

Commit

Permalink
Update Selenium version from 4.1.2 to 4.4.0 #128
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Mar 17, 2024
1 parent 2c3c1ee commit ca05853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Selenium Standalone server
run: |
wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.4.0/selenium-server-4.4.0.jar
java -jar selenium-server-4.4.0.jar -role node -hub http://localhost:4444
java -jar selenium-server-4.4.0.jar standalone --port 4444
- name: Install
run: yarn install
Expand Down

0 comments on commit ca05853

Please sign in to comment.