@@ -28,7 +28,7 @@ nature and relationship in the tree to return a value.
2828
2929{{< tabpane langEqualsHeader=true >}}
3030{{< tab header="Java" text=true >}}
31- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L20-L24 " >}}
31+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L27-L29 " >}}
3232{{< /tab >}}
3333{{< tab header="Python" text=true >}}
3434{{< 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" >}}
@@ -99,7 +99,7 @@ Retorna um valor booleano, **true** se o elemento referenciado for
9999
100100{{< tabpane langEqualsHeader=true >}}
101101{{< tab header="Java" text=true >}}
102- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L32-L34 " >}}
102+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L37-L39 " >}}
103103{{< /tab >}}
104104{{< tab header="Python" text=true >}}
105105{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L23" >}}
@@ -131,7 +131,7 @@ do elemento referenciado que tem o foco no contexto de navegação atual.
131131
132132{{< tabpane langEqualsHeader=true >}}
133133{{< tab header="Java" text=true >}}
134- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L37-L39 " >}}
134+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L42-L44 " >}}
135135{{< /tab >}}
136136{{< tab header="Python" text=true >}}
137137{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L27" >}}
@@ -168,7 +168,7 @@ O corpo de dados buscado contém os seguintes detalhes:
168168
169169{{< tabpane langEqualsHeader=true >}}
170170{{< tab header="Java" text=true >}}
171- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L42-L44 " >}}
171+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L47-L50 " >}}
172172{{< /tab >}}
173173{{< tab header="Python" text=true >}}
174174{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L31" >}}
@@ -201,7 +201,7 @@ de um elemento no contexto de navegação atual.
201201
202202{{< tabpane langEqualsHeader=true >}}
203203{{< tab header="Java" text=true >}}
204- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L49-L50 " >}}
204+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L52-L54 " >}}
205205{{< /tab >}}
206206{{< tab header="Python" text=true >}}
207207{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L35-L37" >}}
@@ -233,7 +233,7 @@ Recupera o texto renderizado do elemento especificado.
233233
234234{{< tabpane langEqualsHeader=true >}}
235235{{< tab header="Java" text=true >}}
236- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L54-L56 " >}}
236+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L58-L60 " >}}
237237{{< /tab >}}
238238{{< tab header="Python" text=true >}}
239239{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L41" >}}
@@ -266,7 +266,7 @@ with the DOM attribute or property of the element.
266266
267267{{< tabpane langEqualsHeader=true >}}
268268{{< tab header="Java" text=true >}}
269- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L60-L65 " >}}
269+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/elements/InformationTest.java#L64-L68 " >}}
270270{{< /tab >}}
271271{{< tab header="Python" text=true >}}
272272{{< gh-codeblock path="/examples/python/tests/elements/test_information.py#L44-L46" >}}
0 commit comments