We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647b62e commit 38f646eCopy full SHA for 38f646e
Dream11_login.py
@@ -6,6 +6,8 @@
6
from selenium.webdriver.support.ui import WebDriverWait
7
from selenium.webdriver.support import expected_conditions as EC
8
9
+chrome=webdriver.Chrome("C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe")
10
+
11
chrome.get("https://www.dream11.com")
12
try:
13
WebDriverWait(chrome, 100).until(EC.visibility_of_element_located((By.XPATH, "//*[@class='matchCardMainTitle_7b586 matchCardMainTitleDesktop_83a22']")))
0 commit comments