From 8614b0ae68a5d39b1c70c5d6da2957066693e042 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 17 Jul 2024 12:46:47 +0200 Subject: [PATCH] Remove browsing context parameter from WebDriver integration --- source | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/source b/source index 37792b6f9d1..d51d094638d 100644 --- a/source +++ b/source @@ -96477,9 +96477,6 @@ interface NotRestoredReasons {
  • If navigable is null, then return.

  • -
  • Let browsingContext be navigable's active browsing context.

  • -
  • Set container's content navigable to null.

  • Inform the navigation API about child navigable destruction given @@ -96510,8 +96507,7 @@ interface NotRestoredReasons {

  • -
  • Invoke WebDriver BiDi navigable destroyed with navigable - and browsingContext.

  • +
  • Invoke WebDriver BiDi navigable destroyed with navigable.

  • To destroy a top-level traversable given a top-level traversable @@ -96543,8 +96539,7 @@ interface NotRestoredReasons {

  • Remove traversable from the user agent's top-level traversable set.

  • -
  • Invoke WebDriver BiDi navigable destroyed with traversable - and browsingContext.

  • +
  • Invoke WebDriver BiDi navigable destroyed with traversable.

  • User agents may destroy a top-level traversable at any time (typically,