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 1 commit
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,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 |
| 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 could-based testing(SauceLabs or BrowserStack),
harsha509 marked this conversation as resolved.
Show resolved Hide resolved
setting `platformName` sets the os at the remote-end
harsha509 marked this conversation as resolved.
Show resolved Hide resolved

## acceptInsecureCerts

This capability checks whether expired (or)
invalid `TLS Certificate` are used while navigating
during a session.
harsha509 marked this conversation as resolved.
Show resolved Hide resolved

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 `ture`, invalid certificate will be
harsha509 marked this conversation as resolved.
Show resolved Hide resolved
trusted by the browser.

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
harsha509 marked this conversation as resolved.
Show resolved Hide resolved
Expand Up @@ -43,4 +43,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 |
| 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
Expand Up @@ -50,3 +50,26 @@ 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
Expand Up @@ -49,4 +49,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 |
| 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
Expand Up @@ -32,3 +32,26 @@ 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
Expand Up @@ -49,4 +49,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 |
| 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
Expand Up @@ -38,3 +38,26 @@ 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

All self-signed certificates will be trusted by this capability by default.
Onc set, `acceptInsecureCerts` capability will have effect for entire session
Expand Up @@ -36,4 +36,27 @@ 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 could-based testing(SauceLabs or BrowserStack),
setting `platformName` sets the os at the remote-end

## acceptInsecureCerts

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

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

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