@@ -34,7 +34,7 @@ nature and relationship in the tree to return a value.
34
34
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L12-L15" >}}
35
35
{{< /tab >}}
36
36
{{< tab header="CSharp" text=true >}}
37
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L18-L23 " >}}
37
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L18-L22 " >}}
38
38
{{< /tab >}}
39
39
{{< tab header="Ruby" text=true >}}
40
40
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L12">}}
@@ -68,7 +68,7 @@ Returns a boolean value, **True** if the connected element is
68
68
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L19" >}}
69
69
{{< /tab >}}
70
70
{{< tab header="CSharp" text=true >}}
71
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L25-L28 " >}}
71
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L25-L27 " >}}
72
72
{{< /tab >}}
73
73
{{< tab header="Ruby" text=true >}}
74
74
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L17">}}
@@ -105,7 +105,7 @@ Retorna um valor booleano, **true** se o elemento referenciado for
105
105
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L23" >}}
106
106
{{< /tab >}}
107
107
{{< tab header="CSharp" text=true >}}
108
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L30-L33 " >}}
108
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L30-L32 " >}}
109
109
{{< /tab >}}
110
110
{{< tab header="Ruby" text=true >}}
111
111
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L22">}}
@@ -137,7 +137,7 @@ do elemento referenciado que tem o foco no contexto de navegação atual.
137
137
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L27" >}}
138
138
{{< /tab >}}
139
139
{{< tab header="CSharp" text=true >}}
140
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L35-L38 " >}}
140
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L35-L37 " >}}
141
141
{{< /tab >}}
142
142
{{< tab header="Ruby" text=true >}}
143
143
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L27">}}
@@ -174,7 +174,7 @@ O corpo de dados buscado contém os seguintes detalhes:
174
174
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L31" >}}
175
175
{{< /tab >}}
176
176
{{< tab header="CSharp" text=true >}}
177
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L40-L47 " >}}
177
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L40-L43 " >}}
178
178
{{< /tab >}}
179
179
{{< tab header="Ruby" text=true >}}
180
180
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L32">}}
@@ -207,7 +207,7 @@ de um elemento no contexto de navegação atual.
207
207
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L35-L37" >}}
208
208
{{< /tab >}}
209
209
{{< tab header="CSharp" text=true >}}
210
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L49-L51 " >}}
210
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L49-L50 " >}}
211
211
{{< /tab >}}
212
212
{{< tab header="Ruby" text=true >}}
213
213
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L38">}}
@@ -239,7 +239,7 @@ Recupera o texto renderizado do elemento especificado.
239
239
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L41" >}}
240
240
{{< /tab >}}
241
241
{{< tab header="CSharp" text=true >}}
242
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L53-L56 " >}}
242
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L53-L55 " >}}
243
243
{{< /tab >}}
244
244
{{< tab header="Ruby" text=true >}}
245
245
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L43">}}
@@ -272,7 +272,7 @@ with the DOM attribute or property of the element.
272
272
{{< gh-codeblock path="examples/python/tests/elements/test_information.py#L44-L46" >}}
273
273
{{< /tab >}}
274
274
{{< tab header="CSharp" text=true >}}
275
- {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L58-L63 " >}}
275
+ {{< gh-codeblock path="examples/dotnet/SeleniumDocs/Elements/InformationTest.cs#L58-L62 " >}}
276
276
{{< /tab >}}
277
277
{{< tab header="Ruby" text=true >}}
278
278
{{< gh-codeblock path="/examples/ruby/spec/elements/information_spec.rb#L48">}}
0 commit comments