From 985511c7045146e99c9a89a2a2fc391faf25452d Mon Sep 17 00:00:00 2001 From: Sri Harsha Date: Fri, 20 Mar 2020 12:09:12 +0530 Subject: [PATCH 1/2] Add: Adding sesion timeouts in docs shared_capabilities Signed-off-by: Sri Harsha --- .../shared_capabilities.de.md | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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..e8d46c5ee250 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` 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. From 9cbaa37f2f41e6409db90b34137ca79d39dcd4aa Mon Sep 17 00:00:00 2001 From: Sri Harsha Date: Fri, 20 Mar 2020 12:19:23 +0530 Subject: [PATCH 2/2] Add: Adding session timeouts in doc->shared_capabilities --- .../shared_capabilities.de.md | 14 ++++----- .../shared_capabilities.en.md | 28 +++++++++++++++++ .../shared_capabilities.es.md | 30 ++++++++++++++++++- .../shared_capabilities.fr.md | 30 ++++++++++++++++++- .../shared_capabilities.ja.md | 28 +++++++++++++++++ .../shared_capabilities.ko.md | 30 ++++++++++++++++++- .../shared_capabilities.nl.md | 28 +++++++++++++++++ .../shared_capabilities.zh-cn.md | 30 ++++++++++++++++++- 8 files changed, 207 insertions(+), 11 deletions(-) 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 e8d46c5ee250..7b3d79ca9b48 100644 --- a/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.de.md +++ b/docs_source_files/content/driver_idiosyncrasies/shared_capabilities.de.md @@ -82,23 +82,23 @@ 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` described below. +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 +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 +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`. +_TimeoutException_. -### Implicit wait timeout +### 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. +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