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

Add: Adding shared capabilities platformName and acceptInsecureCerts #326

Merged
merged 4 commits into from Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -49,4 +49,28 @@ as described in the table below:
| -------- | ----------- | ----- |
| normal | complete | Used by default, waits for all resources to download |
| eager | interactive | DOM access is ready, but other resources like images may still be loading |
| none | Any | Does not block WebDriver at all |
| none | Any | Does not block WebDriver at all |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -43,4 +43,28 @@ as described in the table below:
| -------- | ----------- | ----- |
| normal | complete | Used by default, waits for all resources to download |
| eager | interactive | DOM access is ready, but other resources like images may still be loading |
| none | Any | Does not block WebDriver at all |
| none | Any | Does not block WebDriver at all |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -50,3 +50,27 @@ as described in the table below:
| normal | complete | Used by default, waits for all resources to download |
| eager | interactive | DOM access is ready, but other resources like images may still be loading |
| none | Any | Does not block WebDriver at all |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -49,4 +49,28 @@ as described in the table below:
| -------- | ----------- | ----- |
| normal | complete | Used by default, waits for all resources to download |
| eager | interactive | DOM access is ready, but other resources like images may still be loading |
| none | Any | Does not block WebDriver at all |
| none | Any | Does not block WebDriver at all |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -32,3 +32,27 @@ URLを介して新しいページに移動する場合、デフォルトでは
| normal | complete | デフォルトで使用され、すべてのリソースがダウンロードされるまで待機します |
| eager | interactive | DOMアクセスの準備はできていますが、画像などの他のリソースがまだ読み込まれている可能性があります |
| none | Any | WebDriverをまったくブロックしません |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -49,4 +49,28 @@ as described in the table below:
| -------- | ----------- | ----- |
| normal | complete | Used by default, waits for all resources to download |
| eager | interactive | DOM access is ready, but other resources like images may still be loading |
| none | Any | Does not block WebDriver at all |
| none | Any | Does not block WebDriver at all |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -38,3 +38,27 @@ zoals hieronder beschreven:
| normal | complete | Standaard, wacht tot alle resources gedownload zijn |
| eager | interactive | DOM access is gereed, maar andere resources, zoals grafische elementen, zijn mogelijks nog niet volledig ingeladen. |
| none | Any | WebDriver houdt geen rekening met wachttijden |

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.
Expand Up @@ -36,4 +36,28 @@ only has 80 installed, the session creation will fail
| -------- | ----------- | ----- |
| normal | complete | 默认情况下使用,等待所有资源下载完成 |
| eager | interactive | DOM访问已准备就绪,但其他资源(如图像)可能仍在加载中 |
| none | Any | 完全不阻塞WebDriver|
| none | Any | 完全不阻塞WebDriver|

## platformName

This identifies the operating system at the remote-end,
fetching the `platformName` returns the OS name.

In cloud-based providers,
setting `platformName` sets the OS at the remote-end.

## acceptInsecureCerts

This capability checks whether an expired (or)
invalid `TLS Certificate` is used while navigating
during a session.

If the capability is set to `false`, an
[insecure certificate error](//developer.mozilla.org/de/docs/Web/WebDriver/Errors/InsecureCertificate)
will be returned as navigation encounters any domain
certificate problems. If set to `true`, invalid certificate will be
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Once set, `acceptInsecureCerts` capability will have an
effect for the entire session.