Skip to content

Commit 80917f4

Browse files
committed
Update ikun_basketball.py
增加关于selenium的版本要求提醒。
1 parent e46df72 commit 80917f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ikun_basketball.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# coding=utf-8
2+
3+
# 最新版的selenium(4.x.x)已经不支持PhantomJS。如要用PhantomJS,可用旧版本selenium。如pip install selenium==3.8.0。
24
from selenium import webdriver
35
from selenium.common.exceptions import TimeoutException
46
from selenium.webdriver.common.by import By

0 commit comments

Comments
 (0)