You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finished translating bidi_api.pt-br.md to Brazilian Portuguese (SeleniumHQ#1053)[deploy site]
* Finished translating bidi_api.pt-br.md to Brazilian Portuguese
Finished translating the entire page located at website_and_docs/content/documentation/webdriver/bidirectional/bidi_api.pt-br.md to Brazilian Portuguese.
* Removed translation needed warning on bidi_api.pt-br.md
Removed translatio needed warning located on the file website_and_docs\content\documentation\webdriver\bidirectional\bidi_api.pt-br.md
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/bidirectional/bidi_api.pt-br.md
+21-36Lines changed: 21 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,15 @@
1
1
---
2
-
title: "BiDirectional API"
2
+
title: "API BiDirecional"
3
3
linkTitle: "BiDi API"
4
4
weight: 12
5
5
---
6
6
7
-
{{% pageinfo color="warning" %}}
8
-
<pclass="lead">
9
-
<iclass="fas fa-language display-4"></i>
10
-
Page being translated from
11
-
English to Portuguese. Do you speak Portuguese? Help us to translate
12
-
it by sending us pull requests!
13
-
</p>
14
-
{{% /pageinfo %}}
7
+
A seguinte lista de APIs crescerá à medida que o projeto Selenium se prepara
8
+
para suportar casos de uso do mundo real. Se houver funcionalidades adicionais que você gostaria de ver, por favor, levante uma [solicitação de recurso](https://github.com/SeleniumHQ/selenium/issues/new?assignees=&labels=&template=feature.md).
15
9
16
-
The following list of APIs will be growing as the Selenium
17
-
project works through supporting real world use cases. If there
18
-
is additional functionality you'd like to see, please raise a
Some applications make use of browser authentication to secure pages.
24
-
With Selenium, you can automate the input of basic auth credentials whenever they arise.
12
+
Alguns aplicativos fazem o uso da autenticação do navegador para proteger suas páginas. Com o Selenium, você pode automatizar a entrada de credenciais básicas de autenticação sempre que for necessário.
25
13
26
14
{{< tabpane langEqualsHeader=true >}}
27
15
{{< tab header="Java" >}}
@@ -31,7 +19,7 @@ Predicate<URI> uriPredicate = uri -> uri.getHost().contains("your-domain.com");
31
19
driver.get("https://your-domain.com/login");
32
20
{{< /tab >}}
33
21
{{< tab header="Python" >}}
34
-
# Please raise a PR to add code sample
22
+
# Por favor, crie um PR para adicionar a amostra de código
35
23
{{< /tab >}}
36
24
{{< tab header="CSharp" >}}
37
25
NetworkAuthenticationHandler handler = new NetworkAuthenticationHandler()
Mutation Observation is the ability to capture events via
90
-
WebDriver BiDi when there are DOM mutations on a specific
91
-
element in the DOM.
77
+
Mutation Observation(Observação de Mutação) é a capacidade de capturar eventos via WebDriver BiDi quando há mutações DOM em um elemento específico no DOM.
0 commit comments