I am a big advocate for reading the manual. But in this case, despite searching online for some time I cannot find a manual explaining all of the available ChromeOptions
arguments. Somewhere there must be a listing of all of the string arguments and what they mean.
For example, here are some that I found by stumbling through examples:
var options = new ChromeOptions();
options.AddArgument("incognito");
options.AddArguments("test-type");
Can someone please direct me to a listing? I am using C# 4.6, Selenium 2.45.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…