Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 750 Bytes

File metadata and controls

28 lines (26 loc) · 750 Bytes
title linkTitle weight
Configuração do Cliente HTTP
HTTP Client
3

These allow you to set various parameters for the HTTP library

{{< tabpane text=true >}} {{< tab header="Java" >}} {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java" >}} {{< /tab >}} {{% tab header="Python" %}} {{< gh-codeblock path="examples/python/tests/drivers/test_http_client.py" >}} {{% /tab %}} {{< tab header="CSharp" >}} {{< badge-code >}} {{< /tab >}} {{< tab header="Ruby" >}} {{< gh-codeblock path="examples/ruby/spec/drivers/http_client_spec.rb#L7-L8" >}} {{< /tab >}} {{< tab header="JavaScript" >}} {{< badge-code >}} {{< /tab >}} {{< tab header="Kotlin" >}} {{< badge-code >}} {{< /tab >}} {{< /tabpane >}}