Skip to content

Commit b6b913b

Browse files
authored
Merge pull request Jack-Cherish#26 from cclauss/patch-1
from selenium.webdriver import ActionChains
2 parents 9d7daa4 + 7c87fb5 commit b6b913b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

geetest.py

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# -*-coding:utf-8 -*-
2-
from selenium.webdriver.support import expected_conditions as EC
3-
from selenium.webdriver.support.ui import WebDriverWait
4-
from selenium.webdriver.common.by import By
2+
import random
3+
import re
4+
import time
55
from urllib.request import urlretrieve
6-
from selenium import webdriver
6+
77
from bs4 import BeautifulSoup
8+
89
import PIL.Image as image
9-
import time
10-
import random
11-
import re
10+
from selenium import webdriver
11+
from selenium.webdriver import ActionChains
12+
from selenium.webdriver.common.by import By
13+
from selenium.webdriver.support import expected_conditions as EC
14+
from selenium.webdriver.support.ui import WebDriverWait
15+
1216

1317
class Crack():
1418
def __init__(self,keyword):

0 commit comments

Comments
 (0)