Skip to content

Commit

Permalink
Update 获取QQ群成员列表.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh0613 authored Apr 10, 2020
1 parent 4ebfd0a commit aee9d57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 获取QQ群成员列表.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ def callback():


#浏览器位置
#options=Options()
#options.binary_location = r"浏览器位置"
#driver=webdriver.Chrome(options=options)
driver=webdriver.Chrome()
options=Options()
options.binary_location = r"./chrome/chrome.exe"
driver=webdriver.Chrome(executable_path="./chrome/chromedriver.exe",options=options)

browser =driver
browser.get("https://qun.qq.com/member.html")
root = tk.Tk()
Expand Down

0 comments on commit aee9d57

Please sign in to comment.