Open esther-86 opened 3 years ago
Python Selenium Page Object Model Selenium Grid Config file reading https://www.youtube.com/watch?v=KqvvAiXjYqM&list=PLkrUNq1sQFX6RV9yWEdI-rS-BcVPyZwlP&index=10&t=6s
https://github.com/esther-86/SeleniumPy https://www.selenium.dev/downloads/
http://[IP]:4444/grid/register/ http://[IP]:4444/wd/hub
java -jar selenium-server-standalone-3.141.59.jar -role hub java -Dwebdriver.chrome.driver=".\chromedriver_win32\chromedriver.exe" -jar selenium-server-standalone-3.141.59.jar -role node -hub http://[IP]:4444/grid/register/ -timeout 60
http://[IP]:4444/grid/console
POM Python Selenium: https://www.youtube.com/watch?v=qBK5I_QApCg&t=239s Selenium Grid:
Good resources:
Behave BDD Hooks in the environment.py file can add instructions before and after steps...: https://youtu.be/EtIAbfCrsFI?t=1029
Python Selenium Page Object Model Selenium Grid Config file reading https://www.youtube.com/watch?v=KqvvAiXjYqM&list=PLkrUNq1sQFX6RV9yWEdI-rS-BcVPyZwlP&index=10&t=6s
https://github.com/esther-86/SeleniumPy
https://www.selenium.dev/downloads/
http://[IP]:4444/grid/register/ http://[IP]:4444/wd/hub
java -jar selenium-server-standalone-3.141.59.jar -role hub java -Dwebdriver.chrome.driver=".\chromedriver_win32\chromedriver.exe" -jar selenium-server-standalone-3.141.59.jar -role node -hub http://[IP]:4444/grid/register/ -timeout 60
http://[IP]:4444/grid/console
POM Python Selenium: https://www.youtube.com/watch?v=qBK5I_QApCg&t=239s Selenium Grid:
Good resources: