File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
website_and_docs/content/documentation/webdriver/interactions Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ current window by using:
2323{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java#L16-L20" >}}
2424{{< /tab >}}
2525 {{< tab header="Python" >}}driver.current_window_handle{{< /tab >}}
26- {{< tab header="CSharp" >}}driver.CurrentWindowHandle;{{< /tab >}}
26+ {{< tab header="CSharp" >}}
27+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs#L14-L18" >}}
28+ {{< /tab >}}
2729 {{< tab header="Ruby" >}}driver.window_handle{{< /tab >}}
2830 {{< tab header="JavaScript" >}}await driver.getWindowHandle();{{< /tab >}}
2931 {{< tab header="Kotlin" >}}driver.windowHandle{{< /tab >}}
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ WebDriverは、ウィンドウとタブを区別しません。
2121{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java#L16-L20" >}}
2222{{< /tab >}}
2323 {{< tab header="Python" >}}driver.current_window_handle{{< /tab >}}
24- {{< tab header="CSharp" >}}driver.CurrentWindowHandle;{{< /tab >}}
24+ {{< tab header="CSharp" >}}
25+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs#L14-L18" >}}
26+ {{< /tab >}}
2527 {{< tab header="Ruby" >}}driver.window_handle{{< /tab >}}
2628 {{< tab header="JavaScript" >}}await driver.getWindowHandle();{{< /tab >}}
2729 {{< tab header="Kotlin" >}}driver.windowHandle{{< /tab >}}
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ persistente em uma única sessão. Você pode pegar o identificador atual usando
2121{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java#L16-L20" >}}
2222{{< /tab >}}
2323 {{< tab header="Python" >}}driver.current_window_handle{{< /tab >}}
24- {{< tab header="CSharp" >}}driver.CurrentWindowHandle;{{< /tab >}}
24+ {{< tab header="CSharp" >}}
25+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs#L14-L18" >}}
26+ {{< /tab >}}
2527 {{< tab header="Ruby" >}}driver.window_handle{{< /tab >}}
2628 {{< tab header="JavaScript" >}}await driver.getWindowHandle();{{< /tab >}}
2729 {{< tab header="Kotlin" >}}driver.windowHandle{{< /tab >}}
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ WebDriver 没有区分窗口和标签页。如果你的站点打开了一个新
1717{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java#L16-L20" >}}
1818{{< /tab >}}
1919{{< tab header="Python" >}}driver.current_window_handle{{< /tab >}}
20- {{< tab header="CSharp" >}}driver.CurrentWindowHandle;{{< /tab >}}
20+ {{< tab header="CSharp" >}}
21+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs#L14-L18" >}}
22+ {{< /tab >}}
2123{{< tab header="Ruby" >}}driver.window_handle{{< /tab >}}
2224{{< tab header="JavaScript" >}}await driver.getWindowHandle();{{< /tab >}}
2325{{< tab header="Kotlin" >}}driver.windowHandle{{< /tab >}}
You can’t perform that action at this time.
0 commit comments