-
Notifications
You must be signed in to change notification settings - Fork 572
Add events property #427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add events property #427
Conversation
…f the session and get the events timings
appium/webdriver/webdriver.py
Outdated
| return self.execute_script('mobile: batteryInfo') | ||
|
|
||
| @property | ||
| def session_capabilities(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about having session name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I think it make more sense to call it session.
KazuCocoa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python -m autopep8 -a -r --global-config .config-pep8 -i . can fix some lint issues pointed by Travis
|
Retriggered functional android tests on azure pipelines
Error log #413 will fix above error. |
|
Link to #425 |
|
@ki4070ma @KazuCocoa can we merge this and publish it? |
|
@vrunoa is this still just a WIP? |
|
Ready for release 🚀 |
|
waiting for CI |
|
Need to.do #427 (review) |
|
mm, next is 'python -m isort -rc .' |
Get the session to get events timing information. @KazuCocoa @jlipps let me know what you guys think on this approach.
I'm seeing the branch name now "porperty" 🤦🏻♂️