(20260121) Safety push
This commit is contained in:
@@ -679,7 +679,7 @@ class CosecWeb:
|
||||
self._printer("✅ Report Ready")
|
||||
|
||||
# Click all the buttons to downloads the report:
|
||||
self._nc_printer("Waiting for downloads.")
|
||||
self._nc_printer("Waiting for download.")
|
||||
self.click_many(
|
||||
element_refs = [
|
||||
export_to_ref, # ... "Export To" selector.
|
||||
@@ -1181,7 +1181,7 @@ class CosecWeb:
|
||||
export_to_ref = "//*[@id=\"ReportViewer\"]/div/div/div/div[1]/div[1]/div/div[1]/div[2]/div/div[13]/div[1]",
|
||||
format_ref = "//div[contains(@class,'dxrd-preview-export-menu-item') and @title='XLS']",
|
||||
timeout = 10.0,
|
||||
report_gen_timeout = 120.0,
|
||||
report_gen_timeout = 240.0,
|
||||
initial_sleep = 0.0,
|
||||
iframe_by = By.ID,
|
||||
progress_bar_by = By.XPATH,
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user