Questions tagged [chrome-options]

144 questions
0
votes
1 answer

How can I set the properties to ChromeOptions class?

I am writing a script in Selenium WebDriver using C#. In the script, I am downloading some documents from the webpage and I want to download it in a dynamic path. I am using ChromeOptions class and its method to accomplish the task. Here is my…
Ashish Sharma
  • 131
  • 1
  • 5
  • 19
0
votes
1 answer

Where can I find the list of arguments for chrome and internet explorer?

Where can I find the list of arguments for chrome and internet explorer? Just like in Mozilla , we use 'about:config' for list of preferences. Is there any command to invoke in chrome browser to get thislist/ EDIT…
0
votes
2 answers

ChromeOptions To Not Prompt For Download When Running RemoteDriver

I'm trying to debug why when running remote webdriver tests on a headless linux host download dialogs are presented in chrome. I believe the chrome version is 45. Couple of Env Details Selenium 2.53 (gem) Selenium 2.53 Server Jar Chrome Driver…
0
votes
1 answer

How do I make an option page in a Chrome (non-legacy) packaged app?

Some time ago, there were still Chrome-packaged legacy apps which could make options-pages. I want to use the option-page in my Chrome app, but when I try to use it, the extension page shows: ''options_page' is only allowed for extensions, hosted…
0
votes
1 answer

Selenium ChromeOptions Prefs Default OpenFileDialog Directory

I can use: chromeOptions.AddUserProfilePreference("download.default_directory", downloadDirectory); to set the default download directory, but I can't seem to figure out what the prefs key is for setting the default open file directory. I tried…
0
votes
1 answer

passing ChromeOptions without instantiating new WebDriver

I am trying to pass in ChromeOptions to my driver to allow for popups. I am using TestNG with the @BeforeClass, @Test, and @AfterClass annotations.. I am trying to enable pop ups and I have been succesful in doing so using the following…
Tree55Topz
  • 1,102
  • 4
  • 20
  • 51
0
votes
2 answers

Chrome extension options

In the manifest.json of my extension, I added this: "options_ui": { "page": "options.html", "chrome_style": true }, My options page (options.html) has this right before the closing body tag: Both…
reggie
  • 3,523
  • 14
  • 62
  • 97
-1
votes
1 answer

I want to disable "the chrome is being controlled by automated test software" while executing any test in robot framework

Is that possible to disable chrome banner"chrome is being controlled by automated test software" in robot framework..I saw there is many code available for java+selenium.. please help me to get the solution. Tried maximum effort but failed
-1
votes
1 answer

Applying options to other scripts in Chrome extension

I'm writing my first Chrome extension and have hit a brick wall when it comes to setting and using "options." I've used Google's documentation to learn how to set up an options page and have opted to set it as my default popup in the…
1 2 3
9
10