You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Protractor Version: 5.1.1
-appium Version: '1.6.4'
I went through the issue Support Appium's additional WebDriverJS commands #1940 which is closed where i see that current protractor version is supporting automation for native apps for mobile. I just wanted to confirm that does it support the native app automation, currently my protractor framework is giving me error - An unknown server-side error occurred while processing the command. Original error: Invalid timeout 'script'. It works till launching of the app after that it exits. I went through the documentation and changed accoridngly my config file and installed required dependencies
Tnx for your update. 1940 only refers to Hybrid apps, not Native. According to your info you have a native app, so this won't work. Can this be closed now?
@wswebcreation : could you please share me sample code which opens hybrid app and logs into the app. im using perfecto mobile for automation. my client wants be to try protractor for automation hybrid app. you help would be greatly appreciated
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
6.10.3
5.1.1
-appium Version: '1.6.4'
I went through the issue Support Appium's additional WebDriverJS commands #1940 which is closed where i see that current protractor version is supporting automation for native apps for mobile. I just wanted to confirm that does it support the native app automation, currently my protractor framework is giving me error - An unknown server-side error occurred while processing the command. Original error: Invalid timeout 'script'. It works till launching of the app after that it exits. I went through the documentation and changed accoridngly my config file and installed required dependencies
my current config file looks like this:-
'app':'/Users/tanmoydey/Downloads/apk
'newcommandTimeout': '100',
'appPackage': 'com.app.beta
'appActivity': 'com.main.activity',
'fullReset': true,
//'autoWebview': true,
//'autoWebviewTimeout': 10000
The text was updated successfully, but these errors were encountered: