@@ -26,7 +26,7 @@ Starting an Edge session with basic defined options looks like this:
2626{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L12-L13" >}}
2727{{< /tab >}}
2828{{< tab header="Ruby" >}}
29- {{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L7-L8 " >}}
29+ {{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L9-L10 " >}}
3030{{< /tab >}}
3131{{< tab header="JavaScript" >}}
3232{{< gh-codeblock path="/examples/javascript/test/getting_started/openEdgeTest.spec.js#L11-L16">}}
@@ -36,6 +36,35 @@ Starting an Edge session with basic defined options looks like this:
3636{{< /tab >}}
3737{{< /tabpane >}}
3838
39+ ### Arguments
40+
41+ The ` args ` parameter is for a list of [ Command Line Switches] ( https://peter.sh/experiments/chromium-command-line-switches/ )
42+ used when starting the browser.
43+ Commonly used args include ` --start-maximized ` and ` --headless=new `
44+
45+ Add an argument to options:
46+
47+ {{< tabpane code=false langEqualsHeader=true >}}
48+ {{< tab header="Java" >}}
49+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L24-L26" >}}
50+ {{< /tab >}}
51+ {{% tab header="Python" %}}
52+ {{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L12-L13" >}}
53+ {{% /tab %}}
54+ {{< tab header="CSharp" >}}
55+ {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/EdgeTest.cs#L24-L26" >}}
56+ {{< /tab >}}
57+ {{< tab header="Ruby" >}}
58+ {{< gh-codeblock path="/examples/ruby/spec/browsers/edge_spec.rb#L14-L15" >}}
59+ {{< /tab >}}
60+ {{< tab header="JavaScript" >}}
61+ {{< badge-code >}}
62+ {{< /tab >}}
63+ {{< tab header="Kotlin" >}}
64+ {{< badge-code >}}
65+ {{< /tab >}}
66+ {{< /tabpane >}}
67+
3968## Internet Explorer Compatibility Mode
4069
4170Microsoft Edge can be driven in "Internet Explorer Compatibility Mode", which uses
0 commit comments