I'm working on a web page and I want to interact with it. I believe Selenium is the best option but I have no idea how to use it.
The only step I have taken is
pip install selenium
I'm getting errors like
web driver not defined
The Selenium documentation is difficult to understand. My default browser is Opera.
from selenium import webdriver
driver = webdriver.Opera()
driver.get('https://www.google.co.in/search?client=opera&q=google&sourceid=opera&ie=UTF-8&oe=UTF-8')