I'm doing a program and I need to open a web page from python, I'm using the selenium module. This is the code:
from selenium import webdriver
browser=webdriver.Chrome
browser.get("https://facebook.com")
The problem is that when I try it, I...
asked by
06.12.2018 / 22:17