Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Better logging and error message for get_element. #24

Merged
merged 1 commit into from
May 9, 2018

Conversation

romank0
Copy link
Contributor

@romank0 romank0 commented May 9, 2018

With this PR we got this:

2018-05-09 11:35:22,282 test_home_tasks_tab DEBUG:SST:Waiting for
"get_element('tag': 'body')"

instead of

2018-05-09 11:35:22,282 test_home_tasks_tab DEBUG:SST:Waiting for
"get_element"

With this PR we got this:
```
2018-05-09 11:35:22,282 test_home_tasks_tab DEBUG:SST:Waiting for
"get_element('tag': 'body')"
```

instead of
```
2018-05-09 11:35:22,282 test_home_tasks_tab DEBUG:SST:Waiting for
"get_element"
```
@holmars holmars merged commit 3754efd into master May 9, 2018
@holmars holmars deleted the master-better-get-element-logging branch May 9, 2018 09:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants