Answer the question
In order to leave comments, you need to log in
Python and selenium(webdriver) enter value in input?
from selenium import webdriver
x = '89999999999'
class Bot:
"""docstring for Bot"""
def __init__(self):
self.driver = webdriver.Firefox()
self.navigate()
def navigate(self):
self.driver.get("https://vk.com/")
field = self.driver.find_element_by_xpath('//input[@id="index_email"]')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question