├── .gitignore ├── README.md ├── example_1.py └── example_2.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipperemy/selenium-python-examples/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipperemy/selenium-python-examples/HEAD/README.md -------------------------------------------------------------------------------- /example_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipperemy/selenium-python-examples/HEAD/example_1.py -------------------------------------------------------------------------------- /example_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipperemy/selenium-python-examples/HEAD/example_2.py --------------------------------------------------------------------------------