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
Hi, I have my capabilities as below and when it's time for the test to run, I get stuck in this:
[2] [f497af60][TizenTVDriver] Running command: /path-to-my-sdb-tools/tizen-studio/tools/sdb -s :26101 shell 0 debug
It will retry a few times, get the same as above and eventually time out.
I found that adding/changing this to my capabilities will work:
'appium:rcMode': 'remote',
'appium:rcOnly': true,
However since I want to use chromedriver, I want to use 'js'. Is there any advice on why this might be happening or if I'm missing some setting to use 'js'? Thank in advance.
The text was updated successfully, but these errors were encountered:
I'm using chromedriver and the remote at the same time. Some tests look for elements via a selector and click or getText for example through webdriver and some use the remote to select and click elements on the screen.
Hi, I have my capabilities as below and when it's time for the test to run, I get stuck in this:
[2] [f497af60][TizenTVDriver] Running command: /path-to-my-sdb-tools/tizen-studio/tools/sdb -s :26101 shell 0 debug
It will retry a few times, get the same as above and eventually time out.
I found that adding/changing this to my capabilities will work:
However since I want to use chromedriver, I want to use 'js'. Is there any advice on why this might be happening or if I'm missing some setting to use 'js'? Thank in advance.
The text was updated successfully, but these errors were encountered: