Skip to content

Commit

Permalink
Provisioning: Install webdriver-manager for Python3
Browse files Browse the repository at this point in the history
WebDriverManager will be used to install correct version of
chromedriver for WebAssembly Selenium testing.

Task-number: QTBUG-122729
Change-Id: I49b61da3d8dd20b36ec6965c258a6a608ac33a63
Reviewed-by: Simo Fält <[email protected]>
  • Loading branch information
Piotr Wiercinski committed Mar 12, 2024
1 parent b4de4de commit a84104d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ sudo zypper -nq install python-devel python-xml

# install python3
sudo zypper -nq install python311-base python311-devel python311-pip python311-virtualenv python311-wheel
python3.11 -m pip install selenium netifaces scache
python3.11 -m pip install selenium netifaces scache webdriver-manager

SetEnvVar "PYTHON3_EXECUTABLE" "/usr/bin/python3.11"

0 comments on commit a84104d

Please sign in to comment.