Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve description on extensions/add-ons #1267

Merged
merged 6 commits into from
Feb 26, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Add a browser location to options:

### Add extensions

The `extensions` parameter accepts crx files
The `extensions` parameter accepts crx files. As for unpacked directories,
please use the `load-extension` argument instead, as mentioned in
[this post](https://chromedriver.chromium.org/extensions).

Add an extension to options:

Expand Down Expand Up @@ -154,6 +156,10 @@ You can drive Chrome Cast devices, including sharing tabs

You can simulate various network conditions.

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## Logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Chrome に固有のCapabilityは、Google の[Capabilities & ChromeOptions](http

`extensions` パラメーターはcrxファイルを受け入れます

The `extensions` parameter accepts crx files. As for unpacked directories,
please use the `load-extension` argument instead, as mentioned in
[this post](https://chromedriver.chromium.org/extensions).

オプションに拡張機能を追加します。

{{< alert-code />}}
Expand Down Expand Up @@ -154,6 +158,10 @@ Chrome はさまざまな引数を追加します。

さまざまなネットワークの状態をシミュレートできます。

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## ログ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Adicionar uma localização:

O parametro `extensions` aceita ficheiros crx

The `extensions` parameter accepts crx files. As for unpacked directories,
please use the `load-extension` argument instead, as mentioned in
[this post](https://chromedriver.chromium.org/extensions).

Adicionar uma extensão:

{{< alert-code />}}
Expand Down Expand Up @@ -150,6 +154,10 @@ Pode comandar dispositivos Chrome Cast, incluindo partilhar abas

Pode simular vários estados de rede (como exemplo, simular situações com pouca banda).

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## Logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Add a browser location to options:

### Add extensions

The `extensions` parameter accepts crx files
The `extensions` parameter accepts crx files. As for unpacked directories,
please use the `load-extension` argument instead, as mentioned in
[this post](https://chromedriver.chromium.org/extensions).
j3soon marked this conversation as resolved.
Show resolved Hide resolved

Add an extension to options:

Expand Down Expand Up @@ -154,6 +156,10 @@ You can drive Chrome Cast devices, including sharing tabs

You can simulate various network conditions.

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## Logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,13 @@ driver = RemoteWebDriver(options)

## Add-ons

Unlike Chrome, Firefox extensions are not added as part of capabilities, they are created after starting the driver.
Unlike Chrome, Firefox extensions are not added as part of capabilities as mentioned in
[this issue](https://github.com/mozilla/geckodriver/issues/1476),
they are created after starting the driver.

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

### Installation

Expand Down Expand Up @@ -204,8 +210,16 @@ example with a directory:

## Full page screenshots

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## Context

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ driver = RemoteWebDriver(options)

Chromeとは異なり、Firefoxの拡張機能はCapabilityの一部として追加されるのではなく、ドライバーの起動後に作成されます。

Unlike Chrome, Firefox extensions are not added as part of capabilities as mentioned in
[this issue](https://github.com/mozilla/geckodriver/issues/1476),
they are created after starting the driver.

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

### インストール

[Mozilla Add-Onsページ](https://addons.mozilla.org/ja/firefox/) から取得する署名付きxpiファイル
Expand Down Expand Up @@ -209,8 +217,16 @@ IDはアドオンインストール時の戻り値から取得できます。

## ページ全体のスクリーンショット

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## コンテキスト

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ driver = RemoteWebDriver(options)

Ao invés do Chrome, os extras do Firefos não são adicionados como parte das capacidades, mas sim após iniciar o driver.

Unlike Chrome, Firefox extensions are not added as part of capabilities as mentioned in
[this issue](https://github.com/mozilla/geckodriver/issues/1476),
they are created after starting the driver.

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

### Instalação

Um arquivo xpi que pode ser obtido da [página Mozilla Extras](https://addons.mozilla.org/en-US/firefox/)
Expand Down Expand Up @@ -207,8 +215,16 @@ uma pasta, este é um exemplo com uma pasta:

## Captura de tela inteira

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## Contexto

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@ driver = RemoteWebDriver(options)

## Add-ons

Unlike Chrome, Firefox extensions are not added as part of capabilities, they are created after starting the driver.
Unlike Chrome, Firefox extensions are not added as part of capabilities as mentioned in
[this issue](https://github.com/mozilla/geckodriver/issues/1476),
they are created after starting the driver.

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

### Installation

Expand Down Expand Up @@ -206,8 +212,16 @@ example with a directory:

## Full page screenshots

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}

## Context

The following examples are for local webdrivers. For remote webdrivers,
please refer to the
[Remote WebDriver]({{< ref "../drivers/remote_webdriver" >}}) page.

{{< alert-code />}}
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,6 @@ More information can be found at:
* Jaeger: https://www.jaegertracing.io
* [Selenium Grid Observability]({{< ref "observability.md" >}})

## Browser specific functionalities


Some [browser specific functionalities]({{< ref "../browsers/" >}}) require workarounds as mentioned in [this issue](https://github.com/SeleniumHQ/selenium/issues/11483).
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,6 @@ driver.quit();
* Jaeger: https://www.jaegertracing.io
* [Selenium Grid 可観測性]({{< ref "observability.md" >}})

## Browser specific functionalities

Some [browser specific functionalities]({{< ref "../browsers/" >}}) require workarounds as mentioned in [this issue](https://github.com/SeleniumHQ/selenium/issues/11483).
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,7 @@ More information can be found at:
https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure
* Jaeger: https://www.jaegertracing.io
* [Selenium Grid Observability]({{< ref "observability.md" >}})

## Browser specific functionalities

Some [browser specific functionalities]({{< ref "../browsers/" >}}) require workarounds as mentioned in [this issue](https://github.com/SeleniumHQ/selenium/issues/11483).
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,6 @@ driver.quit();
* Jaeger: https://www.jaegertracing.io
* [Selenium Grid 可观测性]({{< ref "observability.md" >}})

## Browser specific functionalities

Some [browser specific functionalities]({{< ref "../browsers/" >}}) require workarounds as mentioned in [this issue](https://github.com/SeleniumHQ/selenium/issues/11483).