|
2073 | 2073 | CSharp</button></li><li class=nav-item><button class=nav-link id=tabs-18-03-tab data-bs-toggle=tab data-bs-target=#tabs-18-03 role=tab data-td-tp-persist=ruby aria-controls=tabs-18-03 aria-selected=false>
|
2074 | 2074 | Ruby</button></li><li class=nav-item><button class=nav-link id=tabs-18-04-tab data-bs-toggle=tab data-bs-target=#tabs-18-04 role=tab data-td-tp-persist=javascript aria-controls=tabs-18-04 aria-selected=false>
|
2075 | 2075 | JavaScript</button></li><li class=nav-item><button class=nav-link id=tabs-18-05-tab data-bs-toggle=tab data-bs-target=#tabs-18-05 role=tab data-td-tp-persist=kotlin aria-controls=tabs-18-05 aria-selected=false>
|
2076 |
| -Kotlin</button></li></ul><div class=tab-content id=tabs-18-content><div class="tab-body tab-pane fade show active" id=tabs-18-00 role=tabpanel aria-labelled-by=tabs-18-00-tab tabindex=18><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-18-01 role=tabpanel aria-labelled-by=tabs-18-01-tab tabindex=18><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-py data-lang=py><span style=display:flex><span> <span style=color:#204a87;font-weight:700>with</span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>context</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>CONTEXT_CHROME</span><span style=color:#000;font-weight:700>):</span> |
| 2076 | +Kotlin</button></li></ul><div class=tab-content id=tabs-18-content><div class="tab-body tab-pane fade show active" id=tabs-18-00 role=tabpanel aria-labelled-by=tabs-18-00-tab tabindex=18><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-java data-lang=java><span style=display:flex><span><span style=color:#f8f8f8;text-decoration:underline> </span><span style=color:#000;font-weight:700>((</span><span style=color:#000>HasContext</span><span style=color:#000;font-weight:700>)</span><span style=color:#f8f8f8;text-decoration:underline> </span><span style=color:#000>driver</span><span style=color:#000;font-weight:700>).</span><span style=color:#c4a000>setContext</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>FirefoxCommandContext</span><span style=color:#000;font-weight:700>.</span><span style=color:#c4a000>CHROME</span><span style=color:#000;font-weight:700>);</span><span style=color:#f8f8f8;text-decoration:underline> |
| 2077 | +</span></span></span><span style=display:flex><span><span style=color:#f8f8f8;text-decoration:underline> </span><span style=color:#000>driver</span><span style=color:#000;font-weight:700>.</span><span style=color:#c4a000>executeScript</span><span style=color:#000;font-weight:700>(</span><span style=color:#4e9a06>"console.log('Inside Chrome context');"</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/java/src/test/java/dev/selenium/browsers/FirefoxTest.java#L197-L198 target=_blank><i class="fas fa-external-link-alt pl-2"></i> |
| 2078 | +<strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-18-01 role=tabpanel aria-labelled-by=tabs-18-01-tab tabindex=18><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-py data-lang=py><span style=display:flex><span> <span style=color:#204a87;font-weight:700>with</span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>context</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>CONTEXT_CHROME</span><span style=color:#000;font-weight:700>):</span> |
2077 | 2079 | </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>execute_script</span><span style=color:#000;font-weight:700>(</span><span style=color:#4e9a06>"console.log('Inside Chrome context');"</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/browsers/test_firefox.py#L149-L150 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
|
2078 | 2080 | <strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-18-02 role=tabpanel aria-labelled-by=tabs-18-02-tab tabindex=18><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-18-03 role=tabpanel aria-labelled-by=tabs-18-03-tab tabindex=18><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-rb data-lang=rb><span style=display:flex><span> <span style=color:#000>driver</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#000>context</span> <span style=color:#ce5c00;font-weight:700>=</span> <span style=color:#4e9a06>'content'</span></span></span></code></pre></div><div class="text-end pb-2"><a href=https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk//examples/ruby/spec/browsers/firefox_spec.rb#L132 target=_blank><i class="fas fa-external-link-alt pl-2"></i>
|
2079 | 2081 | <strong>View full example on GitHub</strong></a></div></div><div class="tab-body tab-pane fade" id=tabs-18-04 role=tabpanel aria-labelled-by=tabs-18-04-tab tabindex=18><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-18-05 role=tabpanel aria-labelled-by=tabs-18-05-tab tabindex=18><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></div><div class=td-content style=page-break-before:always><h1 id=pg-3b3d03aa5e50219cec5d2a9563860996>2.3.4 - IE specific functionality</h1><div class=lead>These are capabilities and features specific to Microsoft Internet Explorer browsers.</div><p>As of June 2022, Selenium officially no longer supports standalone Internet Explorer.
|
|
14004 | 14006 | <label><a href=https://github.com/jimevans>@jimevans</a></label>
|
14005 | 14007 | <span class=contributions>2478 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/777185?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14006 | 14008 | <label><a href=https://github.com/titusfortner>@titusfortner</a></label>
|
14007 |
| -<span class=contributions>1594 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/254985?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
| 14009 | +<span class=contributions>1595 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/254985?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
14008 | 14010 | <label><a href=https://github.com/jleyba>@jleyba</a></label>
|
14009 | 14011 | <span class=contributions>1464 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/572?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14010 | 14012 | <label><a href=https://github.com/jarib>@jarib</a></label>
|
|
14022 | 14024 | <label><a href=https://github.com/lukeis>@lukeis</a></label>
|
14023 | 14025 | <span class=contributions>599 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>
|
14024 | 14026 | <label><a href=https://github.com/pujagani>@pujagani</a></label>
|
14025 |
| -<span class=contributions>528 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/1072163?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
| 14027 | +<span class=contributions>529 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/1072163?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
14026 | 14028 | <label><a href=https://github.com/eranmes>@eranmes</a></label>
|
14027 | 14029 | <span class=contributions>473 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/610?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14028 | 14030 | <label><a href=https://github.com/mdub>@mdub</a></label>
|
|
14084 | 14086 | <label><a href=https://github.com/tebeka>@tebeka</a></label>
|
14085 | 14087 | <span class=contributions>44 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/26169602?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14086 | 14088 | <label><a href=https://github.com/sandeepsuryaprasad>@sandeepsuryaprasad</a></label>
|
14087 |
| -<span class=contributions>43 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/8307266?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
| 14089 | +<span class=contributions>44 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/8307266?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
14088 | 14090 | <label><a href=https://github.com/raju249>@raju249</a></label>
|
14089 | 14091 | <span class=contributions>42 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/20105237?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14090 | 14092 | <label><a href=https://github.com/luke-hill>@luke-hill</a></label>
|
|
14094 | 14096 | <label><a href=https://github.com/valfirst>@valfirst</a></label>
|
14095 | 14097 | <span class=contributions>40 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/23253546?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14096 | 14098 | <label><a href=https://github.com/VietND96>@VietND96</a></label>
|
14097 |
| -<span class=contributions>38 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3238999?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
| 14099 | +<span class=contributions>39 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3238999?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
14098 | 14100 | <label><a href=https://github.com/mach6>@mach6</a></label>
|
14099 | 14101 | <span class=contributions>36 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/2972876?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14100 | 14102 | <label><a href=https://github.com/ddavison>@ddavison</a></label>
|
@@ -14542,14 +14544,14 @@
|
14542 | 14544 | <label><a href=https://github.com/sindhudiddi>@sindhudiddi</a></label>
|
14543 | 14545 | <span class=contributions>12 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/4995276?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14544 | 14546 | <label><a href=https://github.com/hiroksarker>@hiroksarker</a></label>
|
14545 |
| -<span class=contributions>10 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/50069278?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
| 14547 | +<span class=contributions>10 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/98466550?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
| 14548 | +<label><a href=https://github.com/navin772>@navin772</a></label> |
| 14549 | +<span class=contributions>8 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/50069278?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
14546 | 14550 | <label><a href=https://github.com/nwintop>@nwintop</a></label>
|
14547 | 14551 | <span class=contributions>8 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/25596787?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14548 | 14552 | <label><a href=https://github.com/testbot206>@testbot206</a></label>
|
14549 | 14553 | <span class=contributions>7 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/909773?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14550 | 14554 | <label><a href=https://github.com/krmahadevan>@krmahadevan</a></label>
|
14551 |
| -<span class=contributions>7 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/98466550?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle> |
14552 |
| -<label><a href=https://github.com/navin772>@navin772</a></label> |
14553 | 14555 | <span class=contributions>7 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/2152854?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
14554 | 14556 | <label><a href=https://github.com/tetration>@tetration</a></label>
|
14555 | 14557 | <span class=contributions>7 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/117716?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
|
|
0 commit comments