Closed
Description
https://github.com/appium/appium/blob/master/lib/devices/android/chrome.js#L104-L105
is not returning any chrome session id anymore so in turn this is not executing
https://github.com/appium/appium/blob/master/lib/appium.js#L274-L278
So any avoidProxy routes wont get executed as session ids wont match here and it will return 404
https://github.com/appium/appium/blob/master/lib/server/controller.js#L51-L54
Can we fix this sooner? I can try to fix it but with newer chromedriver i see we are exuting wd/gub/session here https://github.com/appium/appium-chromedriver/blob/master/lib/chromedriver.js#L123-L124
But we are not parsing session id? should we call this again in chrome.js to get session id?
Thanks
Metadata
Metadata
Assignees
Labels
No labels