Skip to content

Added section on ByChained #1911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 11, 2024
Merged
Prev Previous commit
Next Next commit
changed code example lines
  • Loading branch information
shbenzer authored Sep 10, 2024
commit 544393fcade6b91dd295636274a95b4156339439
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ The `ByChained` class enables you to _chain_ two By locators together. For examp
{{< tabpane langEqualsHeader=true >}}
{{< badge-examples >}}
{{< tab header="Java" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java#11-25" >}}
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/elements/LocatorsTest.java#17-19" >}}
{{< /tab >}}
{{< tab header="Python" text=true >}}
{{< badge-code >}}
Expand Down