问题标签 [chrome-options]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-chrome - 如何在 selenium 中禁用 chrome pdf 查看器,当出现任何 pdf 时,它应该在默认下载中自动下载
我正在浏览一个网站,当我点击一个按钮时,它应该下载 pdf....
我正在使用最新版本的 chrome 60、selenium 3.4、chromedriver。
我也使用了上面的代码,但它不起作用。
python - 无法禁用 DevTools 监听 chrome 中的 ws
我收到了这条消息,之前在这里使用了公认的解决方案: Chrome devmode 突然在 selenium 中打开
以前这对我有用。但是,重新安装后,我注意到这不再有效。
所以例如:
要在 Cmd 中查看输出,请执行以下操作:
pyinstaller -F AVA.py。
运行exe。
运行那个。您会注意到该消息出现了。以前此解决方案有效。我相信这可能是因为新的 chrome 或者那个答案根本没有回答那个问题,并且缺少一些元素来成为一个完整的解决方案。
任何人都知道如何通过 chrome 首选项删除此消息。
pdf - 默认情况下,“另存为 PDF”应该是 Chrome 中的一个选项(通过量角器)
如果我使用 Traget "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --print-to-pdf创建 Chrome 快捷方式 ,默认情况下会使用“另存为 PDF”选项打开 Chrome。没关系。
但是,如果我尝试使用 Protractor 配置选项来做到这一点:
默认情况下,我仍然有“真实”打印选项。
我做错了吗?任何其他方式如何将“另存为 PDF”选项设为默认?谢谢。
c# - ChromeOptions 将浏览器缩放设置为 80%
在为 selenium 框架打开浏览器时,我想将默认缩放值设置为 80%。类似于以下内容。ChromeOptions 可以做到这一点吗?
c# - 如何在 webdriver c# 中使用 chromeoptions 启用每个进程的站点标志
在 Chrome 中有一个严格的站点隔离设置,可以在 chrome://flags/#enable-site-per-process 页面中手动启用。我在使用 WebDriver C# 绑定测试 Chrome 时尝试启用此标志,但未启用。
该开关列在https://peter.sh/experiments/chromium-command-line-switches/中,因此我尝试将其作为参数添加到 ChromeOptions 中,但这没有任何效果。
我还尝试根据https://chromium.googlesource.com/chromium/src/+/master/chrome/common/pref_names.cc中列出的设置将其设置为首选项
但这也不起作用。
有谁知道如何打开这个?
python - Where can I find a list of all available ChromeOptions with selenium?
Where can I find a list of all available Chrome Options with selenium?
While crawling with selenium in a python environment, I had to use flash in the chrome webdriver. so I tried to find a setting that would allow Flash and I found these answers.
Selenium.Chrome where can I find a list of all available ChromeOption arguments? C#
but I really want to find official document about these arguments :
- profile.default_content_setting_values.plugins
- profile.content_settings.plugin_whitelist.adobe-flash-player
I think that exist because some people said like above two answers. but I can't found it.
python - 使用 selenium 将音频从文件传递到 Chrome
我正在尝试将 .wav 文件传递给 Google Web Speech API Demonstration
使用 Web Speech API 需要选择一种语言并单击麦克风图标。结果,我希望 Chrome 的语音识别能够识别 .wav 文件。
我当前的代码:
在单击开始按钮/麦克风图标的那一刻,一切正常 - 我允许浏览器访问麦克风,但 .wav 文件未通过。
是否有任何选项可以在 webdriver 运行时更新选项,或者是否有任何其他选项可以将该音频文件传递给浏览器?
谢谢!
c# - 为什么 chrome 选项参数在远程 Web 驱动程序中不起作用?(硒 3.11.0)
我最近升级到 Chrome 65、ChromeDriver 2.37 和 Selenium 3.11.0。我正在尝试将 chrome 选项传递到我们的网格运行的远程 Web 驱动程序中,以便 chrome 开始最大化,但我可以从屏幕截图中看到窗口没有最大化。代码如下所示:
我们过去必须先将 chrome 选项转换为功能,但现在远程 Web 驱动程序将驱动程序选项作为参数。有谁知道为什么这不起作用?难道我做错了什么?
proxy - 具有公司代理身份验证的 Chrome 无头浏览器无法正常工作
我正在尝试运行位于公司代理后面的 Chrome 无头浏览器。我试过下面的代码。但无法通过它。
请帮帮我。
selenium - 如何解决“不推荐使用构造函数 ChromeDriver(Capabilities)”和 WebDriverException:ChromeDriver 和 Chrome 超时错误
我正在尝试如下配置默认下载目录,它工作正常,但我有两个问题:
- 它告诉我构造函数 ChromeDriver(Capabilities) 已被弃用
当我多次重播测试时,它恰好有一个 Webdrive TimeOut 异常
/li>