Skip to content

Commit d608052

Browse files
committed
Added Example for Running Python Script to first_script.mds (#1861)[deploy site]
* added code for running first_script.py in python example * added first_script example to all translated languages --------- Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 5b07b27
1 parent 266e77c commit d608052

File tree

404 files changed

+5087
-773
lines changed

Some content is hidden

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

404 files changed

+5087
-773
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!doctype html><html lang=en><head><title>https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/</title>
2-
<link rel=canonical href=https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/"></head></html>
1+
<!doctype html><html lang=ja><head><title>https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/</title>
2+
<link rel=canonical href=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/"></head></html>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!doctype html><html lang=en><head><title>https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/</title>
2-
<link rel=canonical href=https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/"></head></html>
1+
<!doctype html><html lang=ja><head><title>https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/</title>
2+
<link rel=canonical href=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/"></head></html>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!doctype html><html lang=en><head><title>https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/</title>
2-
<link rel=canonical href=https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/documentation/webdriver/bidi/cdp/_print/"></head></html>
1+
<!doctype html><html lang=ja><head><title>https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/</title>
2+
<link rel=canonical href=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/_print/"></head></html>

documentation/_print/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@
407407
Ruby</button></li><li class=nav-item><button class=nav-link id=tabs-17-04-tab data-bs-toggle=tab data-bs-target=#tabs-17-04 role=tab data-td-tp-persist=javascript aria-controls=tabs-17-04 aria-selected=false>
408408
JavaScript</button></li><li class=nav-item><button class=nav-link id=tabs-17-05-tab data-bs-toggle=tab data-bs-target=#tabs-17-05 role=tab data-td-tp-persist=kotlin aria-controls=tabs-17-05 aria-selected=false>
409409
Kotlin</button></li></ul><div class=tab-content id=tabs-17-content><div class="tab-body tab-pane fade show active" id=tabs-17-00 role=tabpanel aria-labelled-by=tabs-17-00-tab tabindex=17><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-md data-lang=md><span style=display:flex><span>mvn exec:java -D&#34;exec.mainClass&#34;=&#34;dev.selenium.getting_started.FirstScript&#34; -D&#34;exec.classpathScope&#34;=test</span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/README.md#L60 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
410-
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-17-01 role=tabpanel aria-labelled-by=tabs-17-01-tab tabindex=17><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div><div class="tab-body tab-pane fade" id=tabs-17-02 role=tabpanel aria-labelled-by=tabs-17-02-tab tabindex=17><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div><div class="tab-body tab-pane fade" id=tabs-17-03 role=tabpanel aria-labelled-by=tabs-17-03-tab tabindex=17><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-md data-lang=md><span style=display:flex><span>ruby example_script.rb</span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/ruby/README.md#L36 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
410+
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-17-01 role=tabpanel aria-labelled-by=tabs-17-01-tab tabindex=17><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-md data-lang=md><span style=display:flex><span>python first_script.py</span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/python/README.md#L35 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
411+
<strong>View full example on GitHub</strong></a></div><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div><div class="tab-body tab-pane fade" id=tabs-17-02 role=tabpanel aria-labelled-by=tabs-17-02-tab tabindex=17><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div><div class="tab-body tab-pane fade" id=tabs-17-03 role=tabpanel aria-labelled-by=tabs-17-03-tab tabindex=17><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-md data-lang=md><span style=display:flex><span>ruby example_script.rb</span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/ruby/README.md#L36 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
411412
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-17-04 role=tabpanel aria-labelled-by=tabs-17-04-tab tabindex=17><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-md data-lang=md><span style=display:flex><span>node example_script.spec.js</span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/javascript/README.md#L36 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
412413
<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-17-05 role=tabpanel aria-labelled-by=tabs-17-05-tab tabindex=17><p><a href=/documentation/about/contributing/#creating-examples><span class=selenium-badge-code data-bs-toggle=tooltip data-bs-placement=right title="This code example is missing. Examples are added to the examples directory; click for details in the contribution guide">Add Example</span></a></p></div></div><h2 id=next-steps>Next Steps</h2><p>Most Selenium users execute many sessions and need to organize them to minimize duplication and keep the code
413414
more maintainable. Read on to learn about how to put this code into context for your use case with
@@ -14157,7 +14158,7 @@
1415714158
<label><a href=https://github.com/kayabendroth>@kayabendroth</a></label>
1415814159
<span class=contributions>50 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/2740?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1415914160
<label><a href=https://github.com/apps/renovate>@renovate[bot]</a></label>
14160-
<span class=contributions>47 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/29110?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14161+
<span class=contributions>48 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/29110?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1416114162
<label><a href=https://github.com/apps/dependabot>@dependabot[bot]</a></label>
1416214163
<span class=contributions>42 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/111569?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1416314164
<label><a href=https://github.com/elgalu>@elgalu</a></label>
@@ -14355,7 +14356,7 @@
1435514356
<label><a href=https://github.com/apps/renovate>@renovate[bot]</a></label>
1435614357
<span class=contributions>117 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3264250?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1435714358
<label><a href=https://github.com/alaahong>@alaahong</a></label>
14358-
<span class=contributions>112 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/10705590?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
14359+
<span class=contributions>114 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/10705590?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1435914360
<label><a href=https://github.com/pujagani>@pujagani</a></label>
1436014361
<span class=contributions>74 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/1148325?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
1436114362
<label><a href=https://github.com/kzhirata>@kzhirata</a></label>

documentation/about/_print/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
<label><a href=https://github.com/kayabendroth>@kayabendroth</a></label>
343343
<span class=contributions>50 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/2740?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
344344
<label><a href=https://github.com/apps/renovate>@renovate[bot]</a></label>
345-
<span class=contributions>47 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/29110?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
345+
<span class=contributions>48 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/29110?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
346346
<label><a href=https://github.com/apps/dependabot>@dependabot[bot]</a></label>
347347
<span class=contributions>42 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/111569?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
348348
<label><a href=https://github.com/elgalu>@elgalu</a></label>
@@ -540,7 +540,7 @@
540540
<label><a href=https://github.com/apps/renovate>@renovate[bot]</a></label>
541541
<span class=contributions>117 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3264250?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
542542
<label><a href=https://github.com/alaahong>@alaahong</a></label>
543-
<span class=contributions>112 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/10705590?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
543+
<span class=contributions>114 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/10705590?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
544544
<label><a href=https://github.com/pujagani>@pujagani</a></label>
545545
<span class=contributions>74 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/1148325?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
546546
<label><a href=https://github.com/kzhirata>@kzhirata</a></label>

documentation/about/copyright/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<label><a href=https://github.com/kayabendroth>@kayabendroth</a></label>
329329
<span class=contributions>50 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/2740?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
330330
<label><a href=https://github.com/apps/renovate>@renovate[bot]</a></label>
331-
<span class=contributions>47 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/29110?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
331+
<span class=contributions>48 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/in/29110?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
332332
<label><a href=https://github.com/apps/dependabot>@dependabot[bot]</a></label>
333333
<span class=contributions>42 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/111569?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
334334
<label><a href=https://github.com/elgalu>@elgalu</a></label>
@@ -526,7 +526,7 @@
526526
<label><a href=https://github.com/apps/renovate>@renovate[bot]</a></label>
527527
<span class=contributions>117 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3264250?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
528528
<label><a href=https://github.com/alaahong>@alaahong</a></label>
529-
<span class=contributions>112 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/10705590?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
529+
<span class=contributions>114 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/10705590?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
530530
<label><a href=https://github.com/pujagani>@pujagani</a></label>
531531
<span class=contributions>74 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/1148325?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
532532
<label><a href=https://github.com/kzhirata>@kzhirata</a></label>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!doctype html><html lang=en><head><title>https://www.selenium.dev/documentation/webdriver/bidi/cdp/</title>
2-
<link rel=canonical href=https://www.selenium.dev/documentation/webdriver/bidi/cdp/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/documentation/webdriver/bidi/cdp/"></head></html>
1+
<!doctype html><html lang=ja><head><title>https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/</title>
2+
<link rel=canonical href=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/"></head></html>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!doctype html><html lang=en><head><title>https://www.selenium.dev/documentation/webdriver/bidi/cdp/</title>
2-
<link rel=canonical href=https://www.selenium.dev/documentation/webdriver/bidi/cdp/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/documentation/webdriver/bidi/cdp/"></head></html>
1+
<!doctype html><html lang=ja><head><title>https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/</title>
2+
<link rel=canonical href=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://www.selenium.dev/ja/documentation/webdriver/bidi/cdp/"></head></html>

0 commit comments

Comments
 (0)