Skip to content

Commit

Permalink
Bug 1875085 - [marionette] Fallback to type hint "tab" in "WebDriver:…
Browse files Browse the repository at this point in the history
…NewWindow` on Android when "window" is specified. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D199130

UltraBlame original commit: b5977bb53a4c2fee750e48ea98711affc22b0ac4
  • Loading branch information
marco-c committed Feb 1, 2024
1 parent 4379917 commit acd2429
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
28 changes: 28 additions & 0 deletions remote/marionette/driver.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15616,6 +15616,27 @@ to
a
tab
.
/
/
On
Android
always
use
a
new
tab
instead
because
the
application
has
a
/
/
single
window
only
.
if
(
typeof
Expand All @@ -15641,6 +15662,13 @@ includes
(
type
)
|
|
lazy
.
AppInfo
.
isAndroid
)
{
type
Expand Down

This file was deleted.

0 comments on commit acd2429

Please sign in to comment.