I need to launch Chrome with command line arguments.
From the command line, I do this:
chrome --user-data-dir=C:/TEMP/LPDATA --disable-web-security --app=
http://localhost:3000I'm at a loss for how to do this in RF with Create Webdriver.
The official doc for this keyword says: "See the
Selenium API Documentation for information about argument names and appropriate argument values."
but I can't find any info at that link. I also can't find and info on what "WebDriver's __init__" accepts.
Pointers to docs are welcome, as is the right code syntax.
Thanks in advance.
-Dave