|
|
@ -2,6 +2,7 @@ __author__ = 'DarkWeb' |
|
|
|
|
|
|
|
''' |
|
|
|
Cardingleaks Forum Crawler (Selenium) |
|
|
|
FIXED |
|
|
|
''' |
|
|
|
|
|
|
|
from selenium import webdriver |
|
|
@ -76,7 +77,7 @@ def login(driver): |
|
|
|
login_link = login.find_element(by=By.TAG_NAME, value='button') |
|
|
|
login_link.click() |
|
|
|
|
|
|
|
input('input') |
|
|
|
# input('input') |
|
|
|
|
|
|
|
# wait for listing page show up (This Xpath may need to change based on different seed url) |
|
|
|
# wait for 50 sec until id = tab_content is found, then cont |
|
|
|