Skip to content

Commit a252d27

Browse files
Update dependency node to v18.20.7 (#2216)[deploy site]
chore(deps): update dependency node to v18.20.7 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 45fe003
1 parent 248bdcb commit a252d27

File tree

41 files changed

+378
-542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+378
-542
lines changed

documentation/_print/index.html

Lines changed: 23 additions & 28 deletions
Large diffs are not rendered by default.

documentation/about/_print/index.html

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

documentation/about/copyright/index.html

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

documentation/webdriver/_print/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;artifactId&gt;</span>selenium-java<span style=color:#204a87;font-weight:700>&lt;/artifactId&gt;</span>
5151
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;version&gt;</span>${selenium.version}<span style=color:#204a87;font-weight:700>&lt;/version&gt;</span>
5252
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;/dependency&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/pom.xml#L30-L34 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
53-
<strong>View full example on GitHub</strong></a></div><h3 id=gradle>Gradle</h3><p>Specify the dependency in the project <code>build.gradle</code> file as <code>testImplementation</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.seleniumhq.selenium:selenium-java:4.29.0&#39;</span>
53+
<strong>View full example on GitHub</strong></a></div><h3 id=gradle>Gradle</h3><p>Specify the dependency in the project <code>build.gradle</code> file as <code>testImplementation</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.seleniumhq.selenium:selenium-java:4.30.0&#39;</span>
5454
</span></span><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.junit.jupiter:junit-jupiter-engine:5.12.0&#39;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/build.gradle#L13-L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
5555
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-00-01 role=tabpanel aria-labelled-by=tabs-00-01-tab tabindex=0><p>The minimum supported Python version for each Selenium version can be found
5656
in &ldquo;Supported Python Versions&rdquo; on <a href=https://pypi.org/project/selenium/>PyPi</a>.</p><p>There are a couple different ways to install Selenium.</p><h3 id=pip>Pip</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>pip install selenium
@@ -4326,12 +4326,7 @@
43264326
</span></span><span style=display:flex><span><span style=color:#000>email_element</span> <span style=color:#ce5c00;font-weight:700>=</span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>find_element</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>By</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>ID</span><span style=color:#000;font-weight:700>,</span> <span style=color:#4e9a06>&#34;email&#34;</span><span style=color:#000;font-weight:700>)</span>
43274327
</span></span><span style=display:flex><span><span style=color:#000>email_element</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>send_keys</span><span style=color:#000;font-weight:700>(</span><span style=color:#4e9a06>&#34;admin@selenium.dev&#34;</span><span style=color:#000;font-weight:700>)</span>
43284328
</span></span><span style=display:flex><span><span style=color:#000>email_element</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>clear</span><span style=color:#000;font-weight:700>()</span>
4329-
</span></span><span style=display:flex><span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>switch_to</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>default_content</span><span style=color:#000;font-weight:700>()</span>
4330-
</span></span><span style=display:flex><span>
4331-
</span></span><span style=display:flex><span><span style=color:#8f5902;font-style:italic># --- Switch to iframe using name or ID ---</span>
4332-
</span></span><span style=display:flex><span><span style=color:#000>iframe1</span><span style=color:#ce5c00;font-weight:700>=</span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>find_element</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>By</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>NAME</span><span style=color:#000;font-weight:700>,</span> <span style=color:#4e9a06>&#34;iframe1-name&#34;</span><span style=color:#000;font-weight:700>)</span> <span style=color:#8f5902;font-style:italic># (This line doesn&#39;t switch, just locates)</span>
4333-
</span></span><span style=display:flex><span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>switch_to</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>frame</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>iframe</span><span style=color:#000;font-weight:700>)</span>
4334-
</span></span><span style=display:flex><span><span style=color:#204a87;font-weight:700>assert</span> <span style=color:#4e9a06>&#34;We Leave From Here&#34;</span> <span style=color:#204a87;font-weight:700>in</span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>page_source</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/tests/interactions/test_frames.py#L24-L37 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
4329+
</span></span><span style=display:flex><span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>switch_to</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>default_content</span><span style=color:#000;font-weight:700>()</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/tests/interactions/test_frames.py#L24-L32 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
43354330
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-01-03 role=tabpanel aria-labelled-by=tabs-01-03-tab tabindex=1><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-cs data-lang=cs><span style=display:flex><span> <span style=color:#8f5902;font-style:italic>//switch To IFrame using Web Element</span>
43364331
</span></span><span style=display:flex><span> <span style=color:#000>IWebElement</span> <span style=color:#000>iframe</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>FindElement</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>By</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>Id</span><span style=color:#000;font-weight:700>(</span><span style=color:#4e9a06>&#34;iframe1&#34;</span><span style=color:#000;font-weight:700>));</span>
43374332
</span></span><span style=display:flex><span> <span style=color:#8f5902;font-style:italic>//Switch to the frame</span>

documentation/webdriver/getting_started/_print/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;artifactId&gt;</span>selenium-java<span style=color:#204a87;font-weight:700>&lt;/artifactId&gt;</span>
4646
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;version&gt;</span>${selenium.version}<span style=color:#204a87;font-weight:700>&lt;/version&gt;</span>
4747
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;/dependency&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/pom.xml#L30-L34 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
48-
<strong>View full example on GitHub</strong></a></div><h3 id=gradle>Gradle</h3><p>Specify the dependency in the project <code>build.gradle</code> file as <code>testImplementation</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.seleniumhq.selenium:selenium-java:4.29.0&#39;</span>
48+
<strong>View full example on GitHub</strong></a></div><h3 id=gradle>Gradle</h3><p>Specify the dependency in the project <code>build.gradle</code> file as <code>testImplementation</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.seleniumhq.selenium:selenium-java:4.30.0&#39;</span>
4949
</span></span><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.junit.jupiter:junit-jupiter-engine:5.12.0&#39;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/build.gradle#L13-L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
5050
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-00-01 role=tabpanel aria-labelled-by=tabs-00-01-tab tabindex=0><p>The minimum supported Python version for each Selenium version can be found
5151
in &ldquo;Supported Python Versions&rdquo; on <a href=https://pypi.org/project/selenium/>PyPi</a>.</p><p>There are a couple different ways to install Selenium.</p><h3 id=pip>Pip</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>pip install selenium

documentation/webdriver/getting_started/install_library/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;artifactId&gt;</span>selenium-java<span style=color:#204a87;font-weight:700>&lt;/artifactId&gt;</span>
3030
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;version&gt;</span>${selenium.version}<span style=color:#204a87;font-weight:700>&lt;/version&gt;</span>
3131
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>&lt;/dependency&gt;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/pom.xml#L30-L34 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
32-
<strong>View full example on GitHub</strong></a></div><h3 id=gradle>Gradle</h3><p>Specify the dependency in the project <code>build.gradle</code> file as <code>testImplementation</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.seleniumhq.selenium:selenium-java:4.29.0&#39;</span>
32+
<strong>View full example on GitHub</strong></a></div><h3 id=gradle>Gradle</h3><p>Specify the dependency in the project <code>build.gradle</code> file as <code>testImplementation</code>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-gradle data-lang=gradle><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.seleniumhq.selenium:selenium-java:4.30.0&#39;</span>
3333
</span></span><span style=display:flex><span> <span style=color:#000>testImplementation</span> <span style=color:#4e9a06>&#39;org.junit.jupiter:junit-jupiter-engine:5.12.0&#39;</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/build.gradle#L13-L14 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
3434
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-00-01 role=tabpanel aria-labelled-by=tabs-00-01-tab tabindex=0><p>The minimum supported Python version for each Selenium version can be found
3535
in &ldquo;Supported Python Versions&rdquo; on <a href=https://pypi.org/project/selenium/>PyPi</a>.</p><p>There are a couple different ways to install Selenium.</p><h3 id=pip>Pip</h3><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-shell data-lang=shell><span style=display:flex><span>pip install selenium

documentation/webdriver/interactions/_print/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -750,12 +750,7 @@
750750
</span></span><span style=display:flex><span><span style=color:#000>email_element</span> <span style=color:#ce5c00;font-weight:700>=</span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>find_element</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>By</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>ID</span><span style=color:#000;font-weight:700>,</span> <span style=color:#4e9a06>&#34;email&#34;</span><span style=color:#000;font-weight:700>)</span>
751751
</span></span><span style=display:flex><span><span style=color:#000>email_element</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>send_keys</span><span style=color:#000;font-weight:700>(</span><span style=color:#4e9a06>&#34;admin@selenium.dev&#34;</span><span style=color:#000;font-weight:700>)</span>
752752
</span></span><span style=display:flex><span><span style=color:#000>email_element</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>clear</span><span style=color:#000;font-weight:700>()</span>
753-
</span></span><span style=display:flex><span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>switch_to</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>default_content</span><span style=color:#000;font-weight:700>()</span>
754-
</span></span><span style=display:flex><span>
755-
</span></span><span style=display:flex><span><span style=color:#8f5902;font-style:italic># --- Switch to iframe using name or ID ---</span>
756-
</span></span><span style=display:flex><span><span style=color:#000>iframe1</span><span style=color:#ce5c00;font-weight:700>=</span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>find_element</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>By</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>NAME</span><span style=color:#000;font-weight:700>,</span> <span style=color:#4e9a06>&#34;iframe1-name&#34;</span><span style=color:#000;font-weight:700>)</span> <span style=color:#8f5902;font-style:italic># (This line doesn&#39;t switch, just locates)</span>
757-
</span></span><span style=display:flex><span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>switch_to</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>frame</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>iframe</span><span style=color:#000;font-weight:700>)</span>
758-
</span></span><span style=display:flex><span><span style=color:#204a87;font-weight:700>assert</span> <span style=color:#4e9a06>&#34;We Leave From Here&#34;</span> <span style=color:#204a87;font-weight:700>in</span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>page_source</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/tests/interactions/test_frames.py#L24-L37 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
753+
</span></span><span style=display:flex><span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>switch_to</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>default_content</span><span style=color:#000;font-weight:700>()</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/tests/interactions/test_frames.py#L24-L32 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
759754
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-01-03 role=tabpanel aria-labelled-by=tabs-01-03-tab tabindex=1><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-cs data-lang=cs><span style=display:flex><span> <span style=color:#8f5902;font-style:italic>//switch To IFrame using Web Element</span>
760755
</span></span><span style=display:flex><span> <span style=color:#000>IWebElement</span> <span style=color:#000>iframe</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>FindElement</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>By</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>Id</span><span style=color:#000;font-weight:700>(</span><span style=color:#4e9a06>&#34;iframe1&#34;</span><span style=color:#000;font-weight:700>));</span>
761756
</span></span><span style=display:flex><span> <span style=color:#8f5902;font-style:italic>//Switch to the frame</span>

0 commit comments

Comments
 (0)