I am using selenium with java and I am using some chrome options with it. But I see different usages of chrome options in different sources. I mean some folks using double dash before the option and some do not (like disable-dev-shm-usage and --disable-dev-shm-usage). Are there any differences between the two usages?
↧
What does double dash (--) implies in Selenium ChromeOptions
↧