Skip to content

Commit 38f646e

Browse files
authored
fix: #1
1 parent 647b62e commit 38f646e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dream11_login.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from selenium.webdriver.support.ui import WebDriverWait
77
from selenium.webdriver.support import expected_conditions as EC
88

9+
chrome=webdriver.Chrome("C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe")
10+
911
chrome.get("https://www.dream11.com")
1012
try:
1113
WebDriverWait(chrome, 100).until(EC.visibility_of_element_located((By.XPATH, "//*[@class='matchCardMainTitle_7b586 matchCardMainTitleDesktop_83a22']")))

0 commit comments

Comments
 (0)