I wanted to run selenium code in using python so, How to integrate with python
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can install it using pip:
pip install seleniumthe documentation has a nice Getting Started section with some good examples. The example I created below is a very simple one that will load a url and print the page’s title. You could use it to just check that everything is up and running.