What does double dash (--) implies in Selenium ChromeOptions
问题 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? 回答1: As per Command-Line Options: Unix tradition encourages the use of command-line switches to control programs, so that options can be specified from scripts. There are three