diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.de.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.de.md index e8f1e5843a03..7b3d79ca9b48 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.de.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.de.md @@ -73,4 +73,32 @@ 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. \ No newline at end of file +effect for the entire session. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.en.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.en.md index 06cce5d3986a..61be0925a4aa 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.en.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.en.md @@ -68,3 +68,31 @@ 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. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.es.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.es.md index 3c145506a5cc..ca031fbeb87a 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.es.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.es.md @@ -73,4 +73,32 @@ 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. \ No newline at end of file +effect for the entire session. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.fr.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.fr.md index 4146a3ffa15d..5dbce6aa5eba 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.fr.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.fr.md @@ -73,4 +73,32 @@ 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. \ No newline at end of file +effect for the entire session. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ja.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ja.md index 747d37894903..6019a3cff149 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ja.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ja.md @@ -49,3 +49,31 @@ URLを介して新しいページに移動する場合、デフォルトでは すべての自己署名証明書は、デフォルトでこの機能によって信頼されます。 一度設定すると、 `acceptInsecureCerts` Capabilityはセッション全体に影響します。 + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ko.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ko.md index c0bab5d22c37..6de3afcf4ec7 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ko.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.ko.md @@ -73,4 +73,32 @@ 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. \ No newline at end of file +effect for the entire session. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.nl.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.nl.md index b16c4dd0aa3a..497835cdca4d 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.nl.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.nl.md @@ -62,3 +62,31 @@ 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. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file diff --git a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.zh-cn.md b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.zh-cn.md index 62575f73a1f6..4ef8c04abb59 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.zh-cn.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.zh-cn.md @@ -60,4 +60,32 @@ 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. \ No newline at end of file +effect for the entire session. + +## Session timeouts + +A WebDriver `session` is imposed with a certain `session timeout` +interval, during which the user can control the behaviour +of executing scripts or retrieving information from the browser. + +Each session timeout is configured with +combination of different `timeouts` as described below: + +### Script Timeout: +Specifies when to interrupt an executing script in +a current browsing context. The default timeout **30,000** +is imposed when a new session is created by WebDriver. + +### Page Load Timeout: +Specifies the time interval in which web page +needs to be loaded in a current browsing context. +The default timeout **300,000** is imposed when a +new session is created by WebDriver. If page load limits +a given/default time frame, the script will be stopped by +_TimeoutException_. + +### Implicit Wait Timeout +This specifies the time to wait for the +implicit element location strategy when +locating elements. The default timeout **0** +is imposed when a new session is created by WebDriver. \ No newline at end of file