esther-86 / Work-Notes

0 stars 0 forks source link

Python Selenium Automation #1

Open esther-86 opened 3 years ago

esther-86 commented 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:

esther-86 commented 3 years ago

Behave BDD Hooks in the environment.py file can add instructions before and after steps...: https://youtu.be/EtIAbfCrsFI?t=1029