From 865e7d645758db9a03256524e883a9ad317e92a3 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Tue, 16 May 2023 12:33:34 -0400 Subject: [PATCH] Add WebDriver commands (#465) * Add WebDriver commands * review comments * review comments * markdown * add dialog type * review comments --- spec/index.bs | 279 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 272 insertions(+), 7 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index 53420c1b..bb3487ea 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -31,6 +31,11 @@ spec: credential-management-1; urlPrefix: https://w3c.github.io/webappsec-creden text: same-origin with its ancestors; url: same-origin-with-its-ancestors type: dfn text: requires user mediation; url: origin-requires-user-mediation +spec: webdriver; urlPrefix: https://w3c.github.io/webdriver/ + type: dfn + text: getting a property; url: dfn-getting-properties + text: no such alert; url: dfn-no-such-alert + text: error code; url: dfn-error-code