Skip to content

Commit 27b2fb0

Browse files
committed
Update examples
1 parent 13796fe commit 27b2fb0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

examples/cdp_mode/raw_idealista.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sb.sleep(1.5)
99
sb.solve_captcha()
1010
sb.sleep(2)
11-
sb.click("button#didomi-notice-agree-button")
11+
sb.click_if_visible("button#didomi-notice-agree-button", timeout=3)
1212
print("*** " + sb.get_text("h1"))
1313
items = sb.find_elements("div.item-info-container")
1414
for item in items:

examples/raw_parameter_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
sb.recorder_ext = False
104104
sb.record_sleep = False
105105
sb.rec_behave = False
106+
sb.rec_sb_mgr = False
107+
sb.rec_sb_cdp = False
106108
sb.rec_print = False
107109
sb.report_on = False
108110
sb.is_pytest = False

0 commit comments

Comments
 (0)