Skip to content
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

Driver doesn't support app to be none #46

Open
netd-eric opened this issue May 29, 2017 · 0 comments
Open

Driver doesn't support app to be none #46

netd-eric opened this issue May 29, 2017 · 0 comments

Comments

@netd-eric
Copy link

I need to launch already installed app, but if I set the app capability to None it will raise error:

Traceback (most recent call last):
File "/Users/ericcheung/company_prj/talentslate_appiumtests/TalentSlate.AppiumTests/tests/native/test_android.py", line 67, in setUp
'automationName': 'selendroid',
File "/Users/ericcheung/.virtualenvs/talentslate_appiumtests/lib/python2.7/site-packages/appium/webdriver/webdriver.py", line 36, in init
super(WebDriver, self).init(command_executor, desired_capabilities, browser_profile, proxy, keep_alive)
File "/Users/ericcheung/.virtualenvs/talentslate_appiumtests/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 98, in init
self.start_session(desired_capabilities, browser_profile)
File "/Users/ericcheung/.virtualenvs/talentslate_appiumtests/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 188, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/Users/ericcheung/.virtualenvs/talentslate_appiumtests/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in execute
self.error_handler.check_response(response)
File "/Users/ericcheung/.virtualenvs/talentslate_appiumtests/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response
raise exception_class(message, screen, stacktrace)
WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not find app apk at 'undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant