Skip to content
View lasaro's full-sized avatar

Block or report lasaro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lasaro/README.md

from selenium import webdriver from selenium.webdriver.chrome.service import Service import pyautogui from selenium.webdriver.support.ui import Select import time

s=Service('/home/lasaro/Downloads/chromedriver_linux64/chromedriver') navegador = webdriver.Chrome(service=s)

j = 1500000000 g = 13 for i in range(0, j):
navegador.get('https://www.google.com.br') navegador.find_element("xpath", '/html/body/div[1]/div[3]/form/div[1]/div[1]/div[1]/div/div[2]/input').click() navegador.find_element("xpath", '/html/body/div[1]/div[3]/form/div[1]/div[1]/div[1]/div/div[2]/input').send_keys('DEIXEM O NORDESTE VOTAR') navegador.find_element("xpath", '/html/body/div[1]/div[3]/form/div[1]/div[1]/div[4]/center/input[1]').click() navegador.get('https://www.google.com.br') navegador.find_element("xpath", '/html/body/div[1]/div[3]/form/div[1]/div[1]/div[1]/div/div[2]/input').click() navegador.find_element("xpath", '/html/body/div[1]/div[3]/form/div[1]/div[1]/div[1]/div/div[2]/input').send_keys('PRF agindo como milícia') navegador.find_element("xpath", '/html/body/div[1]/div[3]/form/div[1]/div[1]/div[4]/center/input[1]').click() if (i != 0) and (i % g == 0):
print("consulta: " + str(i) + " - multiplo de: " + str(g)) navegador.close() s=Service('/home/lasaro/Downloads/chromedriver_linux64/chromedriver') navegador = webdriver.Chrome(service=s) else: print("consulta: " + str(i)) else: print("foram feitas: " + str(j) + " pesquisas")

Popular repositories Loading

  1. lasarocarvalho lasarocarvalho Public

  2. lasaro lasaro Public

    Config files for my GitHub profile.

  3. 1publico 1publico Public

    Python

  4. Hello-World Hello-World Public

    Hello World