We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46df72 commit 80917f4Copy full SHA for 80917f4
ikun_basketball.py
@@ -1,4 +1,6 @@
1
# coding=utf-8
2
+
3
+# 最新版的selenium(4.x.x)已经不支持PhantomJS。如要用PhantomJS,可用旧版本selenium。如pip install selenium==3.8.0。
4
from selenium import webdriver
5
from selenium.common.exceptions import TimeoutException
6
from selenium.webdriver.common.by import By
0 commit comments