Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/remote/cdp/test/browser/target/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 700 B image not shown  

Quelle  browser_targetCreated.js

  Sprache: JAVA
 

/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */


"use strict";

add_task(async function eventFiredWhenTabIsCreated({ client }) {
  const { Target } = client;

  const targetCreated = Target.targetCreated();
  await BrowserTestUtils.openNewForegroundTab(gBrowser);
  const { targetInfo } = await targetCreated;

  is(typeof targetInfo.targetId, "string""Got expected type for target id");
  is(targetInfo.type, "page""Got expected target type");
  is(targetInfo.title, """Got expected target title");
  is(targetInfo.url, "about:blank""Got expected target URL");
  is(targetInfo.attached, false"Got expected attached status");
});

Messung V0.5 in Prozent
C=95 H=100 G=97

¤ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.