├── README.md ├── __pycache__ ├── assertions.cpython-38.pyc └── searchtests.cpython-38.pyc ├── add_remove_elements.py ├── add_remove_elements_reto.py ├── alerts.py ├── assertions.py ├── assets ├── img-portafolio.png ├── img1.png ├── img10.png ├── img11.png ├── img12.png ├── img13.png ├── img14.png ├── img15.png ├── img16.png ├── img17.png ├── img18.png ├── img19.png ├── img2.png ├── img20.png ├── img21.png ├── img22.png ├── img23.png ├── img24.png ├── img25.png ├── img26.png ├── img27.png ├── img28.png ├── img29.png ├── img3.png ├── img30.png ├── img31.png ├── img32.png ├── img33.png ├── img34.png ├── img35.png ├── img36.png ├── img37.png ├── img38.png ├── img39.png ├── img4.png ├── img40.png ├── img41.png ├── img42.png ├── img43.png ├── img44.png ├── img45.png ├── img46.png ├── img47.png ├── img48.png ├── img49.png ├── img5.png ├── img50.png ├── img51.png ├── img52.png ├── img6.png ├── img7.png ├── img8.png └── img9.png ├── automatic_navigation.py ├── chromedriver ├── dynamic_controls.py ├── dynamic_elements.py ├── hello_world.py ├── mercadolibre.py ├── pom ├── __pycache__ │ └── google_page.cpython-38.pyc ├── google_page.py └── test_google.py ├── register_new_user.py ├── reports ├── reportes │ └── hello-world-report.html └── smoke-report │ ├── 2020-08-28-15-09-39.html │ └── 2020-08-28-15-19-26.html ├── search_ddt.py ├── searchtests.py ├── select_language.py ├── smoketests.py ├── tables.py ├── testdata.csv ├── typos.py └── waits.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/assertions.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/__pycache__/assertions.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/searchtests.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/__pycache__/searchtests.cpython-38.pyc -------------------------------------------------------------------------------- /add_remove_elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/add_remove_elements.py -------------------------------------------------------------------------------- /add_remove_elements_reto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/add_remove_elements_reto.py -------------------------------------------------------------------------------- /alerts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/alerts.py -------------------------------------------------------------------------------- /assertions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assertions.py -------------------------------------------------------------------------------- /assets/img-portafolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img-portafolio.png -------------------------------------------------------------------------------- /assets/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img1.png -------------------------------------------------------------------------------- /assets/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img10.png -------------------------------------------------------------------------------- /assets/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img11.png -------------------------------------------------------------------------------- /assets/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img12.png -------------------------------------------------------------------------------- /assets/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img13.png -------------------------------------------------------------------------------- /assets/img14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img14.png -------------------------------------------------------------------------------- /assets/img15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img15.png -------------------------------------------------------------------------------- /assets/img16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img16.png -------------------------------------------------------------------------------- /assets/img17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img17.png -------------------------------------------------------------------------------- /assets/img18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img18.png -------------------------------------------------------------------------------- /assets/img19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img19.png -------------------------------------------------------------------------------- /assets/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img2.png -------------------------------------------------------------------------------- /assets/img20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img20.png -------------------------------------------------------------------------------- /assets/img21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img21.png -------------------------------------------------------------------------------- /assets/img22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img22.png -------------------------------------------------------------------------------- /assets/img23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img23.png -------------------------------------------------------------------------------- /assets/img24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img24.png -------------------------------------------------------------------------------- /assets/img25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img25.png -------------------------------------------------------------------------------- /assets/img26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img26.png -------------------------------------------------------------------------------- /assets/img27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img27.png -------------------------------------------------------------------------------- /assets/img28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img28.png -------------------------------------------------------------------------------- /assets/img29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img29.png -------------------------------------------------------------------------------- /assets/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img3.png -------------------------------------------------------------------------------- /assets/img30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img30.png -------------------------------------------------------------------------------- /assets/img31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img31.png -------------------------------------------------------------------------------- /assets/img32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img32.png -------------------------------------------------------------------------------- /assets/img33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img33.png -------------------------------------------------------------------------------- /assets/img34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img34.png -------------------------------------------------------------------------------- /assets/img35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img35.png -------------------------------------------------------------------------------- /assets/img36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img36.png -------------------------------------------------------------------------------- /assets/img37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img37.png -------------------------------------------------------------------------------- /assets/img38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img38.png -------------------------------------------------------------------------------- /assets/img39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img39.png -------------------------------------------------------------------------------- /assets/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img4.png -------------------------------------------------------------------------------- /assets/img40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img40.png -------------------------------------------------------------------------------- /assets/img41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img41.png -------------------------------------------------------------------------------- /assets/img42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img42.png -------------------------------------------------------------------------------- /assets/img43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img43.png -------------------------------------------------------------------------------- /assets/img44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img44.png -------------------------------------------------------------------------------- /assets/img45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img45.png -------------------------------------------------------------------------------- /assets/img46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img46.png -------------------------------------------------------------------------------- /assets/img47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img47.png -------------------------------------------------------------------------------- /assets/img48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img48.png -------------------------------------------------------------------------------- /assets/img49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img49.png -------------------------------------------------------------------------------- /assets/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img5.png -------------------------------------------------------------------------------- /assets/img50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img50.png -------------------------------------------------------------------------------- /assets/img51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img51.png -------------------------------------------------------------------------------- /assets/img52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img52.png -------------------------------------------------------------------------------- /assets/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img6.png -------------------------------------------------------------------------------- /assets/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img7.png -------------------------------------------------------------------------------- /assets/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img8.png -------------------------------------------------------------------------------- /assets/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/assets/img9.png -------------------------------------------------------------------------------- /automatic_navigation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/automatic_navigation.py -------------------------------------------------------------------------------- /chromedriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/chromedriver -------------------------------------------------------------------------------- /dynamic_controls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/dynamic_controls.py -------------------------------------------------------------------------------- /dynamic_elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/dynamic_elements.py -------------------------------------------------------------------------------- /hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/hello_world.py -------------------------------------------------------------------------------- /mercadolibre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/mercadolibre.py -------------------------------------------------------------------------------- /pom/__pycache__/google_page.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/pom/__pycache__/google_page.cpython-38.pyc -------------------------------------------------------------------------------- /pom/google_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/pom/google_page.py -------------------------------------------------------------------------------- /pom/test_google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/pom/test_google.py -------------------------------------------------------------------------------- /register_new_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/register_new_user.py -------------------------------------------------------------------------------- /reports/reportes/hello-world-report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/reports/reportes/hello-world-report.html -------------------------------------------------------------------------------- /reports/smoke-report/2020-08-28-15-09-39.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/reports/smoke-report/2020-08-28-15-09-39.html -------------------------------------------------------------------------------- /reports/smoke-report/2020-08-28-15-19-26.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/reports/smoke-report/2020-08-28-15-19-26.html -------------------------------------------------------------------------------- /search_ddt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/search_ddt.py -------------------------------------------------------------------------------- /searchtests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/searchtests.py -------------------------------------------------------------------------------- /select_language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/select_language.py -------------------------------------------------------------------------------- /smoketests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/smoketests.py -------------------------------------------------------------------------------- /tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/tables.py -------------------------------------------------------------------------------- /testdata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/testdata.csv -------------------------------------------------------------------------------- /typos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/typos.py -------------------------------------------------------------------------------- /waits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeyfredc/Curso-de-introduccion-a-Selenium-con-Python/HEAD/waits.py --------------------------------------------------------------------------------