8000 Chromerdriver functionality for non-proxy routes is broken, as we are not overriding chrome session id with appium session id · Issue #5013 · appium/appium · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Chromerdriver functionality for non-proxy routes is broken, as we are not overriding chrome session id with appium session id #5013
Closed
@yaphatak

Description

@yaphatak

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0