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
@gopi-chand why are you trying to get the 'driver' log type? that does not refer to the browser console logs. you'd probably need to get the browser log type. and it might still not work since i'm not sure if we need to send in a special cap to chromedriver to turn logging on.
In order to debug any Tizen App, required chrome browser console logs but when use this driver - appium-tv-driver, not getting browser console logs
https://appium.io/docs/en/commands/session/logs/get-log/
Python :
logs = driver.get_log('driver')
The text was updated successfully, but these errors were encountered: