Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 753
added startActivity function#101
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3,20 +3,21 @@ | ||
| import org.openqa.selenium.remote.CapabilityType; | ||
| public interface MobileCapabilityType extends CapabilityType { | ||
| String AUTOMATION_NAME = "automationName"; | ||
| String AUTOMATION_NAME = "automationName"; | ||
| String PLATFORM_NAME = "platformName"; | ||
| String PLATFORM_VERSION = "platformVersion"; | ||
| String PLATFORM_NAME = "platformName"; | ||
| String PLATFORM_VERSION = "platformVersion"; | ||
| String DEVICE_NAME = "deviceName"; | ||
| String DEVICE_NAME = "deviceName"; | ||
| String NEW_COMMAND_TIMEOUT = "newCommandTimeout"; | ||
| String DEVICE_READY_TIMEOUT = "deviceReadyTimeout"; | ||
| String LAUNCH_TIMEOUT = "launchTimeout"; | ||
| String NEW_COMMAND_TIMEOUT = "newCommandTimeout"; | ||
| String DEVICE_READY_TIMEOUT = "deviceReadyTimeout"; | ||
| String LAUNCH_TIMEOUT = "launchTimeout"; | ||
| String APP = "app"; | ||
| String APP_PACKAGE = "appPackage"; | ||
| String APP_ACTIVITY = "appActivity"; | ||
| String APP_WAIT_ACTIVITY = "appWaitActivity"; | ||
| String APP = "app"; | ||
| String APP_PACKAGE = "appPackage"; | ||
| String APP_ACTIVITY = "appActivity"; | ||
| String APP_WAIT_ACTIVITY = "appWaitActivity"; | ||
| String APP_WAIT_PACKAGE = "appWaitPackage"; | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. spacing on this still seems wrong | ||
| } | ||
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.
whoops, accidental bug which escaped our code review. yay for tests.
changed to
!_isNotNullOrEmpty