Skip to content

Commit 31d90f8

Browse files
committed
Update method_summary
1 parent 86763c6 commit 31d90f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

help_docs/method_summary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,12 @@ self.delayed_assert_element(selector, by=By.CSS_SELECTOR, timeout=None)
469469
self.delayed_assert_text(text, selector="html", by=By.CSS_SELECTOR, timeout=None)
470470

471471
self.process_delayed_asserts()
472+
473+
############
474+
475+
self.fail(msg=None) # Inherited from "unittest"
476+
477+
self.print(TEXT) # Calls Python's print() / Allows for translations
472478
```
473479

474480
---

0 commit comments

Comments
 (0)