(20260121) Safety push

This commit is contained in:
2026-01-21 18:21:48 +05:30
parent dd6b9fb69a
commit 35952f9eae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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,
+1 -1
View File
File diff suppressed because one or more lines are too long