Repository fortesting course winter 2024.
Documentation for Selenium https://selenium-python.readthedocs.io/getting-started.html https://www.selenium.dev/documentation/
Documentation Locators in selenium https://selenium-python.readthedocs.io/locating-elements.html
Packages page: https://pypi.org/
Documentation around virtual enviroments https://docs.python.org/3/library/venv.html
Documentation Set-Execution policy https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.4
Start Powershell command line as Administrator and use command
Set-ExecutionPolicy –ExecutionPolicy RemoteSigned –Scope CurrentUser
Start visual studio code (VS Code), open folder with your project and start from the terminal:
.\install_dependencies.ps1
Save installed packages:
pip freeze > requirements.txt
python .\saucedemo_lekce_4\tests.py