|
| 1 | +examples.test_fail.MyTestClass.test_find_army_of_robots_on_xkcd_desert_island |
| 2 | +---------------------------------------------------- |
1 | 3 | Last Page: https://xkcd.com/731/
|
2 |
| - Browser: firefox |
3 |
| -Timestamp: 1540898481 |
| 4 | + Browser: firefox |
| 5 | +Timestamp: 1599068455 (Unix Timestamp) |
| 6 | + Date: Wednesday, September 2, 2020 |
| 7 | + Time: 1:40:55 PM (EDT, UTC-05:00) |
| 8 | +---------------------------------------------------- |
4 | 9 | Traceback: File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in run
|
5 | 10 | testMethod()
|
6 |
| - File "/Users/michael/github/SeleniumBase/examples/test_fail.py", line 12, in test_find_army_of_robots_on_xkcd_desert_island |
| 11 | + File "/Users/michael/github/SeleniumBase/examples/test_fail.py", line 17, in test_find_army_of_robots_on_xkcd_desert_island |
7 | 12 | self.assert_element("div#ARMY_OF_ROBOTS", timeout=1)
|
8 |
| - File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/base_case.py", line 2166, in assert_element |
| 13 | + File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/base_case.py", line 4931, in assert_element |
9 | 14 | self.wait_for_element_visible(selector, by=by, timeout=timeout)
|
10 |
| - File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/base_case.py", line 2143, in wait_for_element_visible |
| 15 | + File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/base_case.py", line 3290, in wait_for_element_visible |
11 | 16 | self.driver, selector, by, timeout)
|
12 |
| - File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/page_actions.py", line 239, in wait_for_element_visible |
13 |
| - selector, timeout, plural)) |
14 |
| -Exception: Element {div#ARMY_OF_ROBOTS} was not visible after 1 second! |
| 17 | + File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/page_actions.py", line 299, in wait_for_element_visible |
| 18 | + timeout_exception(NoSuchElementException, message) |
| 19 | + File "/Users/michael/github/SeleniumBase/seleniumbase/fixtures/page_actions.py", line 117, in timeout_exception |
| 20 | + raise exc(message) |
| 21 | +Exception: Message: |
| 22 | + Element {div#ARMY_OF_ROBOTS} was not present after 1 second! |
0 commit comments