0

新版 Chrome 浏览器不包含 -Mine 类型 - application/pdf(通过量角器运行时),这将允许我在浏览器上查看 pdf 并通过量角器测试 url,但它会自动下载并关闭选项卡。如果您手动打开 chrome 并单击链接,它将在下一个选项卡中打开 pdf 并且不会自动下载。

手动运行 chrome 具有以下扩展名:

Chrome PDF Viewer (2 files)
Name:   Chrome PDF Viewer
Version:    
**Location: chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/
Type:   BROWSER PLUGIN
    Disable
MIME types: 
MIME type   Description File extensions
application/pdf     
.pdf**
Name:   Chrome PDF Viewer
Description:    Portable Document Format
Version:    
Location:   internal-pdf-viewer
Type:   PPAPI (out-of-process)
    Disable
MIME types: 
MIME type   Description File extensions
application/x-google-chrome-pdf Portable Document Format    
.pdf
Disable   Always allowed to run

Chrome 自动化扩展 - 由 Protractor 运行 (MIME 类型 - 应用程序/pdf 扩展在这里缺失,它允许浏览器在由量角器直接连接浏览器运行的 chrome 自动化扩展上查看浏览器上的 pdf)

Chrome PDF Viewer
Portable Document Format
Name:   Chrome PDF Viewer
Description:    Portable Document Format
Version:    
Location:   internal-pdf-viewer
Type:   PPAPI (out-of-process)
    Disable
MIME types: 
MIME type   Description File extensions
application/x-google-chrome-pdf Portable Document Format    
.pdf
Disable   Always allowed to run

chrome 上有类似的问题,但还没有解决方案https ://productforums.google.com/forum/#!topic/chrome/A3XrBbHD80U

4

1 回答 1

0

也许如果您在测试运行时不关心警告消息,那么这应该可以工作:

"desiredCapabilities": {
    "chromeOptions": {
      "excludeSwitches": [ "test-type" ]
    }
  }
于 2015-07-15T21:49:22.380 回答