Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Creates a new browsing context in a new window.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -31,6 +32,7 @@ Creates a new browsing context in a new tab.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -50,6 +52,7 @@ Creates a browsing context for the existing tab/window to run commands.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -70,6 +73,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -89,6 +93,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -106,6 +111,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -123,6 +129,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -142,6 +149,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -161,6 +169,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -178,6 +187,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -195,6 +205,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Creates a new browsing context in a new window.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -40,6 +41,7 @@ Creates a new browsing context in a new tab.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -59,6 +61,7 @@ Creates a browsing context for the existing tab/window to run commands.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -79,6 +82,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -98,6 +102,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -115,6 +120,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -132,6 +138,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -151,6 +158,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -170,6 +178,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -187,6 +196,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -204,6 +214,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Creates a new browsing context in a new window.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -40,6 +41,7 @@ Creates a new browsing context in a new tab.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -59,6 +61,7 @@ Creates a browsing context for the existing tab/window to run commands.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -79,6 +82,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -98,6 +102,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -115,6 +120,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -132,6 +138,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -151,6 +158,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -170,6 +178,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -187,6 +196,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -204,6 +214,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Creates a new browsing context in a new window.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L35" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -40,6 +41,7 @@ Creates a new browsing context in a new tab.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L49" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -59,6 +61,7 @@ Creates a browsing context for the existing tab/window to run commands.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L28-L29" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -79,6 +82,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L41-L43" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -98,6 +102,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L55-L57" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -115,6 +120,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L63-L65" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -132,6 +138,7 @@ The API allows to pass the reference browsing context, which is used to create a

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L74-L77" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -151,6 +158,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L86-L91" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -170,6 +178,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L102-L105" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -187,6 +196,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L117-L120" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand All @@ -204,6 +214,7 @@ Provides a tree of all browsing contexts descending from the parent browsing con

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/browsingcontext/BrowsingContextTest.java#L127-L130" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Listen to the `console.log` events and register callbacks to process the event.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down Expand Up @@ -51,6 +52,7 @@ Listen to all JS logs at all levels and register callbacks to process the log.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Listen to the `console.log` events and register callbacks to process the event.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down Expand Up @@ -60,6 +61,7 @@ Listen to all JS logs at all levels and register callbacks to process the log.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Listen to the `console.log` events and register callbacks to process the event.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L31-L38" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down Expand Up @@ -60,6 +61,7 @@ Listen to all JS logs at all levels and register callbacks to process the log.

{{< tabpane text=true langEqualsHeader=true >}}
{{< tab header="Java" >}}
{{< badge-version version="4.8" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/bidirectional/log/LogInspectorTest.java#L52-L59" >}}
{{< /tab >}}
{{< tab header="Ruby" >}}
Expand Down
Loading