aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_markit_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_markit_quotes.py')
-rw-r--r--python/download_markit_quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_markit_quotes.py b/python/download_markit_quotes.py
index 40252c2b..41e83905 100644
--- a/python/download_markit_quotes.py
+++ b/python/download_markit_quotes.py
@@ -31,7 +31,7 @@ driver.find_element_by_css_selector("input[name=username]").send_keys(markit_log
driver.find_element_by_css_selector("input[name=password]").send_keys(markit_password)
driver.find_element_by_css_selector("input[name=Login]").click()
driver.switch_to.window(driver.window_handles[1])
-WebDriverWait(driver, 10).until(EC.frame_to_be_available_and_switch_to_it((By.ID, "provider-frame")))
+WebDriverWait(driver, 20).until(EC.frame_to_be_available_and_switch_to_it((By.ID, "provider-frame")))
menu = WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.CSS_SELECTOR,
"table.menuNavTable td + td div")))
ActionChains(driver).move_to_element(menu).perform()