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

Tizen driver don't work for Gear S3 and wearable emulators #14

Open
qps-ua-aseliuzhitsky opened this issue Mar 19, 2019 · 1 comment
Open

Comments

@qps-ua-aseliuzhitsky
Copy link

Hello!
I tried to run the Appium test on my Gear S3, but I got an issue. Every time I got an error: _Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Tizen bootstrap socket crashed: Error: This socket has been ended by the other party_
Also, I tried to use a wearable emulator but got the same error. Could you please help with this issue or to advice what I have to do to avoid it?

Test code
desiredCapabilities.setCapability("appPackage", "org.tizen.w-contacts.app-control"); desiredCapabilities.setCapability("newCommandTimeout", "600"); desiredCapabilities.setCapability("deviceName", "Tizen"); desiredCapabilities.setCapability("platformName", "Tizen"); RemoteWebDriver driver = new RemoteWebDriver(new URL("http://localhost:4723/wd/hub"), desiredCapabilities); driver.navigate().back();

I see port forwarding using 8888 port but nothing is started on a device with this value...
Also, I see that uiautomator use dynamic ports on a device to listen something:
netstat -anp | grep uiau

Logs
appium-server-logs.txt

@flyofsky
Copy link
Contributor

flyofsky commented Jun 3, 2019

To use appium, you need to add Tizen.Appium to your Tizen app.
Please note here https://github.com/Samsung/Tizen.Appium

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

2 participants