Skip to content

Commit abd1223

Browse files
committed
Add: Adding ie forceCreateProcessApi in doc [deploy site]
1 parent 0c58c42 commit abd1223

8 files changed

+224
-0
lines changed

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.de.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,31 @@ driver = await env.builder()
420420
// Please raise a PR to add code sample
421421
{{< / code-panel >}}
422422
{{< / code-tab >}}
423+
424+
### forceCreateProcessApi
425+
426+
Forces launching Internet Explorer
427+
using the CreateProcess API. The default value is false.
428+
429+
For IE 8 and above, this option requires the
430+
"TabProcGrowth" registry value to be set to 0.
431+
432+
{{< code-tab >}}
433+
{{< code-panel language="java" >}}
434+
// Please raise a PR to add code sample
435+
{{< / code-panel >}}
436+
{{< code-panel language="python" >}}
437+
# Please raise a PR to add code sample
438+
{{< / code-panel >}}
439+
{{< code-panel language="csharp" >}}
440+
// Please raise a PR to add code sample
441+
{{< / code-panel >}}
442+
{{< code-panel language="ruby" >}}
443+
# Please raise a PR to add code sample
444+
{{< / code-panel >}}
445+
{{< code-panel language="javascript" >}}
446+
// Please raise a PR to add code sample
447+
{{< code-panel language="kotlin" >}}
448+
// Please raise a PR to add code sample
449+
{{< / code-panel >}}
450+
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.en.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,32 @@ driver = await env.builder()
413413
{{< code-panel language="kotlin" >}}
414414
// Please raise a PR to add code sample
415415
{{< / code-panel >}}
416+
{{< / code-tab >}}
417+
418+
### forceCreateProcessApi
419+
420+
Forces launching Internet Explorer
421+
using the CreateProcess API. The default value is false.
422+
423+
For IE 8 and above, this option requires the
424+
"TabProcGrowth" registry value to be set to 0.
425+
426+
{{< code-tab >}}
427+
{{< code-panel language="java" >}}
428+
// Please raise a PR to add code sample
429+
{{< / code-panel >}}
430+
{{< code-panel language="python" >}}
431+
# Please raise a PR to add code sample
432+
{{< / code-panel >}}
433+
{{< code-panel language="csharp" >}}
434+
// Please raise a PR to add code sample
435+
{{< / code-panel >}}
436+
{{< code-panel language="ruby" >}}
437+
# Please raise a PR to add code sample
438+
{{< / code-panel >}}
439+
{{< code-panel language="javascript" >}}
440+
// Please raise a PR to add code sample
441+
{{< code-panel language="kotlin" >}}
442+
// Please raise a PR to add code sample
443+
{{< / code-panel >}}
416444
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.es.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,32 @@ driver = await env.builder()
414414
{{< code-panel language="kotlin" >}}
415415
// Please raise a PR to add code sample
416416
{{< / code-panel >}}
417+
{{< / code-tab >}}
418+
419+
### forceCreateProcessApi
420+
421+
Forces launching Internet Explorer
422+
using the CreateProcess API. The default value is false.
423+
424+
For IE 8 and above, this option requires the
425+
"TabProcGrowth" registry value to be set to 0.
426+
427+
{{< code-tab >}}
428+
{{< code-panel language="java" >}}
429+
// Please raise a PR to add code sample
430+
{{< / code-panel >}}
431+
{{< code-panel language="python" >}}
432+
# Please raise a PR to add code sample
433+
{{< / code-panel >}}
434+
{{< code-panel language="csharp" >}}
435+
// Please raise a PR to add code sample
436+
{{< / code-panel >}}
437+
{{< code-panel language="ruby" >}}
438+
# Please raise a PR to add code sample
439+
{{< / code-panel >}}
440+
{{< code-panel language="javascript" >}}
441+
// Please raise a PR to add code sample
442+
{{< code-panel language="kotlin" >}}
443+
// Please raise a PR to add code sample
444+
{{< / code-panel >}}
417445
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.fr.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,32 @@ driver = await env.builder()
420420
{{< code-panel language="kotlin" >}}
421421
// Please raise a PR to add code sample
422422
{{< / code-panel >}}
423+
{{< / code-tab >}}
424+
425+
### forceCreateProcessApi
426+
427+
Forces launching Internet Explorer
428+
using the CreateProcess API. The default value is false.
429+
430+
For IE 8 and above, this option requires the
431+
"TabProcGrowth" registry value to be set to 0.
432+
433+
{{< code-tab >}}
434+
{{< code-panel language="java" >}}
435+
// Please raise a PR to add code sample
436+
{{< / code-panel >}}
437+
{{< code-panel language="python" >}}
438+
# Please raise a PR to add code sample
439+
{{< / code-panel >}}
440+
{{< code-panel language="csharp" >}}
441+
// Please raise a PR to add code sample
442+
{{< / code-panel >}}
443+
{{< code-panel language="ruby" >}}
444+
# Please raise a PR to add code sample
445+
{{< / code-panel >}}
446+
{{< code-panel language="javascript" >}}
447+
// Please raise a PR to add code sample
448+
{{< code-panel language="kotlin" >}}
449+
// Please raise a PR to add code sample
450+
{{< / code-panel >}}
423451
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.ja.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,32 @@ driver = await env.builder()
410410
{{< code-panel language="kotlin" >}}
411411
// Please raise a PR to add code sample
412412
{{< / code-panel >}}
413+
{{< / code-tab >}}
414+
415+
### forceCreateProcessApi
416+
417+
Forces launching Internet Explorer
418+
using the CreateProcess API. The default value is false.
419+
420+
For IE 8 and above, this option requires the
421+
"TabProcGrowth" registry value to be set to 0.
422+
423+
{{< code-tab >}}
424+
{{< code-panel language="java" >}}
425+
// Please raise a PR to add code sample
426+
{{< / code-panel >}}
427+
{{< code-panel language="python" >}}
428+
# Please raise a PR to add code sample
429+
{{< / code-panel >}}
430+
{{< code-panel language="csharp" >}}
431+
// Please raise a PR to add code sample
432+
{{< / code-panel >}}
433+
{{< code-panel language="ruby" >}}
434+
# Please raise a PR to add code sample
435+
{{< / code-panel >}}
436+
{{< code-panel language="javascript" >}}
437+
// Please raise a PR to add code sample
438+
{{< code-panel language="kotlin" >}}
439+
// Please raise a PR to add code sample
440+
{{< / code-panel >}}
413441
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.ko.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,4 +419,32 @@ driver = await env.builder()
419419
{{< code-panel language="kotlin" >}}
420420
// Please raise a PR to add code sample
421421
{{< / code-panel >}}
422+
{{< / code-tab >}}
423+
424+
### forceCreateProcessApi
425+
426+
Forces launching Internet Explorer
427+
using the CreateProcess API. The default value is false.
428+
429+
For IE 8 and above, this option requires the
430+
"TabProcGrowth" registry value to be set to 0.
431+
432+
{{< code-tab >}}
433+
{{< code-panel language="java" >}}
434+
// Please raise a PR to add code sample
435+
{{< / code-panel >}}
436+
{{< code-panel language="python" >}}
437+
# Please raise a PR to add code sample
438+
{{< / code-panel >}}
439+
{{< code-panel language="csharp" >}}
440+
// Please raise a PR to add code sample
441+
{{< / code-panel >}}
442+
{{< code-panel language="ruby" >}}
443+
# Please raise a PR to add code sample
444+
{{< / code-panel >}}
445+
{{< code-panel language="javascript" >}}
446+
// Please raise a PR to add code sample
447+
{{< code-panel language="kotlin" >}}
448+
// Please raise a PR to add code sample
449+
{{< / code-panel >}}
422450
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.nl.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,32 @@ driver = await env.builder()
411411
{{< code-panel language="kotlin" >}}
412412
// Please raise a PR to add code sample
413413
{{< / code-panel >}}
414+
{{< / code-tab >}}
415+
416+
### forceCreateProcessApi
417+
418+
Forces launching Internet Explorer
419+
using the CreateProcess API. The default value is false.
420+
421+
For IE 8 and above, this option requires the
422+
"TabProcGrowth" registry value to be set to 0.
423+
424+
{{< code-tab >}}
425+
{{< code-panel language="java" >}}
426+
// Please raise a PR to add code sample
427+
{{< / code-panel >}}
428+
{{< code-panel language="python" >}}
429+
# Please raise a PR to add code sample
430+
{{< / code-panel >}}
431+
{{< code-panel language="csharp" >}}
432+
// Please raise a PR to add code sample
433+
{{< / code-panel >}}
434+
{{< code-panel language="ruby" >}}
435+
# Please raise a PR to add code sample
436+
{{< / code-panel >}}
437+
{{< code-panel language="javascript" >}}
438+
// Please raise a PR to add code sample
439+
{{< code-panel language="kotlin" >}}
440+
// Please raise a PR to add code sample
441+
{{< / code-panel >}}
414442
{{< / code-tab >}}

docs_source_files/content/driver_idiosyncrasies/driver_specific_capabilities.zh-cn.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,32 @@ driver = await env.builder()
410410
{{< code-panel language="kotlin" >}}
411411
// Please raise a PR to add code sample
412412
{{< / code-panel >}}
413+
{{< / code-tab >}}
414+
415+
### forceCreateProcessApi
416+
417+
Forces launching Internet Explorer
418+
using the CreateProcess API. The default value is false.
419+
420+
For IE 8 and above, this option requires the
421+
"TabProcGrowth" registry value to be set to 0.
422+
423+
{{< code-tab >}}
424+
{{< code-panel language="java" >}}
425+
// Please raise a PR to add code sample
426+
{{< / code-panel >}}
427+
{{< code-panel language="python" >}}
428+
# Please raise a PR to add code sample
429+
{{< / code-panel >}}
430+
{{< code-panel language="csharp" >}}
431+
// Please raise a PR to add code sample
432+
{{< / code-panel >}}
433+
{{< code-panel language="ruby" >}}
434+
# Please raise a PR to add code sample
435+
{{< / code-panel >}}
436+
{{< code-panel language="javascript" >}}
437+
// Please raise a PR to add code sample
438+
{{< code-panel language="kotlin" >}}
439+
// Please raise a PR to add code sample
440+
{{< / code-panel >}}
413441
{{< / code-tab >}}

0 commit comments

Comments
 (0)