As a tester,
I would like to study a list of possible configuration arguments for Firefox and Chrome,
So that I can configure my testing tools with knowledge
Reading API indicates that there are methods with whom we can pass arguments to a webdriver instance:
FirefoxOptions.AddArgument
FirefoxOptions.SetLoggingPreference (inherited from DriverOptions)
FirefoxOptions.SetPreference
What exactly can be the possible arguments passed to these methods and what they do ?
Is there a resource online with a detailed list per each browser ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…