Skip to content

Commit b9e4b26

Browse files
Bump Selenium atom's revision to fix issue with "Get Text" and closed ShadowRoot (#1778)
SHA: 9cb4450 Reason: push, by jgraham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7044d13 commit b9e4b26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html lang="en-us" data-issue-url="https://github.com/w3c/webdriver/" data-issue-param-milestone="Level 1"><head>
22
<meta charset="utf-8">
3-
<meta name="generator" content="ReSpec 34.2.2">
3+
<meta name="generator" content="ReSpec 34.3.0">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
55
<style>
66
span.example-title{text-transform:none}
@@ -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="2e6ca25c48de5bced733833bcbf848299628a194">
194+
<meta name="revision" content="9cb44508c83703462ebaf4311999919d654cd451">
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": "2e6ca25c48de5bced733833bcbf848299628a194",
283-
"publishISODate": "2023-12-15T00:00:00.000Z",
284-
"generatedSubtitle": "W3C Editor's Draft 15 December 2023"
282+
"gitRevision": "9cb44508c83703462ebaf4311999919d654cd451",
283+
"publishISODate": "2024-01-04T00:00:00.000Z",
284+
"generatedSubtitle": "W3C Editor's Draft 04 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="2023-12-15">15 December 2023</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-04">04 January 2024</time></p>
291291
<details open="">
292292
<summary>More details about this document</summary>
293293
<dl>
@@ -334,7 +334,7 @@ <h1 id="title" class="title">WebDriver</h1>
334334
<p class="copyright">
335335
<a href="https://www.w3.org/policies/#copyright">Copyright</a>
336336
©
337-
2023
337+
2024
338338

339339
<a href="https://www.w3.org/">World Wide Web Consortium</a>.
340340
<abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup>
@@ -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>a6b161a159c3d581b130f03a2e6e35f577f38dec</code>.
12060+
revision <code>bd5cbe5b3a3e60b5970d8168474dd69a996c392c</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)