-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jimuel Renzo Medrano edited this page Oct 18, 2023
·
24 revisions
- Selenium-Python Setup: https://www.youtube.com/watch?v=pcGqraAgMto&list=PLhW3qG5bs-L8vvw4HUrF9o4t6npvmbHWP&index=1
- Install python on ubuntu: https://www.youtube.com/watch?v=IAco2SSuGms
- Use python-is-python3: https://linuxpip.org/python-is-python3/
- Pycharm(IDE): https://www.jetbrains.com/pycharm/download
- Pycharm(Ubuntu): https://snapcraft.io/pycharm-community
- Pytest: https://www.youtube.com/watch?v=zlu4BlX3rbk&list=PLhW3qG5bs-L8vvw4HUrF9o4t6npvmbHWP&index=4
- Python Dotenv: https://www.youtube.com/watch?v=J6MX3wGsSSc
- Pytest Fixtures Driver Setup Sample: https://github.com/buore/selenium_python_tutorial/blob/main/conftest.py
- Create test cases using pytest: https://www.youtube.com/watch?v=uSJcAQmIOTw&list=PLhW3qG5bs-L8vvw4HUrF9o4t6npvmbHWP&index=5
- Page Object Model and Parameterize(use multiple data per test): https://www.youtube.com/watch?v=0kHbK5iZkN0&list=PLhW3qG5bs-L8vvw4HUrF9o4t6npvmbHWP&index=6
- Pytest Fixtures: https://docs.pytest.org/en/6.2.x/fixture.html
- Input Text: https://www.geeksforgeeks.org/send_keys-element-method-selenium-python/
- Get value: https://pythonexamples.org/python-selenium-get-value-in-input-text-field/
- Check if element is disabled: https://pythonexamples.org/python-selenium-check-if-element-is-enabled/
- Get Location and Size: https://www.tutorialspoint.com/how-to-get-coordinates-or-dimensions-of-element-with-selenium-python
- Get CSS Value: https://www.geeksforgeeks.org/value_of_css_property-element-method-selenium-python/
- Select: https://www.browserstack.com/guide/python-selenium-select-dropdown
- Python List: https://www.w3schools.com/python/python_lists.asp
- Alert: https://www.techbeamers.com/handle-alert-popup-selenium-python/
- Assert: https://www.geeksforgeeks.org/python-assert-keyword/
- Scroll: https://stackoverflow.com/questions/41744368/scrolling-to-element-using-webdriver
- Frame: https://www.geeksforgeeks.org/how-to-handle-frames-iframes-in-selenium-with-python/
- Window: https://www.selenium.dev/documentation/webdriver/interactions/windows/
- Drag and drop: https://www.lambdatest.com/blog/drag-and-drop-in-selenium-python/
- Selenium: https://pypi.org/project/selenium/
- Webdriver-manager: https://pypi.org/project/webdriver-manager/
- Pytest: https://pypi.org/project/pytest/
- Python Dotenv: https://pypi.org/project/python-dotenv/