New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 859682 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Last visit 28 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

DevTools protocol does not support Browser.getWindowForTarget on Android

Project Member Reported by cwinstanley@google.com, Jul 2

Issue description

The Browser.getWindowForTarget command is not supported in DevTools on the Android. This is causing seemingly unnecessary complications for ChromeDriver, which needs to support (see https://bugs.chromium.org/p/chromedriver/issues/detail?id=1005) a related getWindowRect function per the W3C WebDriver spec. Our current approach (https://chromium-review.googlesource.com/c/chromium/src/+/1121335) is to call JavaScript to get corresponding window attributes, which is messy and requires maintaining two paths to the same result.


 
Cc: dgozman@chromium.org
Status: Assigned (was: Untriaged)
Owner: lushnikov@chromium.org
Andrey, mind helping with this?

Sign in to add a comment