Skip to content

Commit b6f748f

Browse files
Bump Selenium atoms revision for latest fixes for "Get Visible Text" (#1784)
SHA: 0e8cc51 Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca318c3 commit b6f748f

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
@@ -191,7 +191,7 @@
191191
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
192192
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
193193
</style>
194-
<meta name="revision" content="d08a954cfc5eb7859d811d7bb97a880f3286e879">
194+
<meta name="revision" content="0e8cc516c8ea0c1dc99a4d93f4b9f3a421196940">
195195
<meta name="description" content="WebDriver is a remote control interface
196196
that enables introspection and control of user agents.
197197
It provides a platform- and language-neutral wire protocol
@@ -279,15 +279,15 @@
279279
],
280280
"profile": "web-platform"
281281
},
282-
"gitRevision": "d08a954cfc5eb7859d811d7bb97a880f3286e879",
283-
"publishISODate": "2024-01-15T00:00:00.000Z",
284-
"generatedSubtitle": "W3C Editor's Draft 15 January 2024"
282+
"gitRevision": "0e8cc516c8ea0c1dc99a4d93f4b9f3a421196940",
283+
"publishISODate": "2024-01-23T00:00:00.000Z",
284+
"generatedSubtitle": "W3C Editor's Draft 23 January 2024"
285285
}</script>
286286
<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">
287287
<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">
288288
</a></p>
289289
<h1 id="title" class="title">WebDriver</h1>
290-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-01-15">15 January 2024</time></p>
290+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-01-23">23 January 2024</time></p>
291291
<details open="">
292292
<summary>More details about this document</summary>
293293
<dl>
@@ -12057,7 +12057,7 @@ <h1 id="title" class="title">WebDriver</h1>
1205712057
</dd><dt>Selenium
1205812058
</dt><dd>The following functions are defined within
1205912059
the <a href="https://selenium.dev">Selenium</a> project, at
12060-
revision <code>bd5cbe5b3a3e60b5970d8168474dd69a996c392c</code>.
12060+
revision <code>21560a497470f0c769931c17fa9803c6cddf6f1c</code>.
1206112061
<ul>
1206212062
<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>
1206312063
</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)