Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 3162e63

Browse files
committed
Change log update
1 parent 1cf6624 commit 3162e63

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
**2021-08-01**
2+
3+
V2.0.3
4+
5+
- Added '--exit-on-finish' command line option.
6+
- Fixed a bug in getting quiz links.
7+
18
**2021-08-01**
29

310
V2.0.2

helper/browser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def clear_element(self, by_, selector, ignore_no_ele_exc=False) -> bool:
141141
finally:
142142
return False
143143

144-
# TODO Rename this here and in `send_key`, `click_element` and `clear_element`
145144
def _handle_no_such_element_exception(self, selector, by_):
146145
logging.exception(msg=f'Element not found when searched for {selector} by {by_}.', exc_info=False,)
147146
self.screenshot(selector)

0 commit comments

Comments
 (0)