Skip to content

Commit

Permalink
Atualização no diretório de download
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-kadu committed Oct 10, 2023
1 parent 1b71df6 commit 6c29488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 4 additions & 2 deletions Code/Extrator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Em caso de erro é necessário manipular o sleep, pois depende da velocidade da sua internet

import os
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver import ActionChains
Expand All @@ -8,7 +8,9 @@
from selenium.webdriver.common.keys import Keys
from time import sleep

download_dir = "/" #coloque o caminho onde você deseja que o download seja feito
diretorio_atual = os.path.dirname(os.path.abspath(__file__))

download_dir = diretorio_atual + "/pdfs" #coloque o caminho onde você deseja que o download seja feito

options = webdriver.ChromeOptions()

Expand Down
15 changes: 0 additions & 15 deletions package.json

This file was deleted.

0 comments on commit 6c29488

Please sign in to comment.