@@ -27,7 +27,7 @@ nature and relationship in the tree to return a value.
2727
2828{{< tabpane langEqualsHeader=true >}}
2929{{< tab header="Java" text=true >}}
30- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L20-L24 " >}}
30+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L27-L29 " >}}
3131{{< /tab >}}
3232{{< tab header="Python" text=true >}}
3333{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L12-L15" >}}
@@ -62,7 +62,7 @@ Returns a boolean value, **True** if the connected element is
6262
6363{{< tabpane langEqualsHeader=true >}}
6464{{< tab header="Java" text=true >}}
65- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L27-L29 " >}}
65+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L32-L34 " >}}
6666{{< /tab >}}
6767 {{< tab header="Python" text=true >}}
6868{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L19" >}}
@@ -96,7 +96,7 @@ Returns a boolean value, **True** if referenced element is
9696
9797{{< tabpane langEqualsHeader=true >}}
9898{{< tab header="Java" text=true >}}
99- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L32-L34 " >}}
99+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L37-L39 " >}}
100100{{< /tab >}}
101101 {{< tab header="Python" text=true >}}
102102 {{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L23" >}}
@@ -126,7 +126,7 @@ of the referenced Element which has the focus in the current browsing context.
126126
127127{{< tabpane langEqualsHeader=true >}}
128128{{< tab header="Java" text=true >}}
129- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L37-L39 " >}}
129+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L42-L44 " >}}
130130{{< /tab >}}
131131 {{< tab header="Python" text=true >}}
132132{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L27" >}}
@@ -162,7 +162,7 @@ The fetched data body contain the following details:
162162
163163{{< tabpane langEqualsHeader=true >}}
164164{{< tab header="Java" text=true >}}
165- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L42-L44 " >}}
165+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L47-L50 " >}}
166166{{< /tab >}}
167167 {{< tab header="Python" text=true >}}
168168{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L31" >}}
@@ -195,7 +195,7 @@ of an element in the current browsing context.
195195
196196{{< tabpane langEqualsHeader=true >}}
197197{{< tab header="Java" text=true >}}
198- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L49-L50 " >}}
198+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L52-L54 " >}}
199199{{< /tab >}}
200200 {{< tab header="Python" text=true >}}
201201{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L35-L37" >}}
@@ -226,7 +226,7 @@ Retrieves the rendered text of the specified element.
226226
227227{{< tabpane langEqualsHeader=true >}}
228228{{< tab header="Java" text=true >}}
229- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L54-L56 " >}}
229+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L58-L60 " >}}
230230{{< /tab >}}
231231 {{< tab header="Python" text=true >}}
232232{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L41" >}}
@@ -259,7 +259,7 @@ with the DOM attribute or property of the element.
259259
260260{{< tabpane langEqualsHeader=true >}}
261261{{< tab header="Java" text=true >}}
262- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L60- L64" >}}
262+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L64-L68 " >}}
263263{{< /tab >}}
264264 {{< tab header="Python" text=true >}}
265265{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L44-L46" >}}
0 commit comments