5 lines
92 B
Python
5 lines
92 B
Python
|
|
from selenium import webdriver
|
||
|
|
from selenium.webdriver.common.keys import Keys
|
||
|
|
import time
|
||
|
|
|