Skip to content

Commit 8004481

Browse files
Bump Selenium revision to include fix for "Get Element Text" atom (#1811)
SHA: 3b12477 Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8846f2d commit 8004481

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178178
</style>
179-
<meta name="revision" content="d43acbbf3e65150803d9b14696ff7e9e321968f6">
179+
<meta name="revision" content="3b12477a58f226429fe95f1181a8c5f1f87a49fa">
180180
<meta name="description" content="WebDriver is a remote control interface
181181
that enables introspection and control of user agents.
182182
It provides a platform- and language-neutral wire protocol
@@ -272,15 +272,15 @@
272272
],
273273
"profile": "web-platform"
274274
},
275-
"gitRevision": "d43acbbf3e65150803d9b14696ff7e9e321968f6",
276-
"publishISODate": "2024-05-03T00:00:00.000Z",
277-
"generatedSubtitle": "W3C Editor's Draft 03 May 2024"
275+
"gitRevision": "3b12477a58f226429fe95f1181a8c5f1f87a49fa",
276+
"publishISODate": "2024-05-08T00:00:00.000Z",
277+
"generatedSubtitle": "W3C Editor's Draft 08 May 2024"
278278
}</script>
279279
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
280280
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
281281
</a></p>
282282
<h1 id="title" class="title">WebDriver</h1>
283-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-05-03">03 May 2024</time></p>
283+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-05-08">08 May 2024</time></p>
284284
<details open="">
285285
<summary>More details about this document</summary>
286286
<dl>
@@ -12557,7 +12557,7 @@ <h1 id="title" class="title">WebDriver</h1>
1255712557
</dd><dt>Selenium
1255812558
</dt><dd>The following functions are defined within
1255912559
the <a href="https://selenium.dev">Selenium</a> project, at
12560-
revision <code>21560a497470f0c769931c17fa9803c6cddf6f1c</code>.
12560+
revision <code>33c6b7841a59aaaad55744909c0600f066fd5593</code>.
1256112561
<ul>
1256212562
<li><dfn id="dfn-bot-dom-getvisibletext" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://github.com/SeleniumHQ/selenium/blob/a6b161a159c3d581b130f03a2e6e35f577f38dec/javascript/atoms/dom.js#L1007"><code>bot.dom.getVisibleText</code></a></dfn>
1256312563
</li><li><dfn id="dfn-bot-dom-isshown" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://github.com/SeleniumHQ/selenium/blob/a6b161a159c3d581b130f03a2e6e35f577f38dec/javascript/atoms/dom.js#L573"><code>bot.dom.isShown</code></a></dfn>

0 commit comments

Comments
 (0)