使用无头的chrome浏览Spotify显示“在浏览器中启用播放器”

时间:2018-09-11 05:41:27

标签: ruby google-chrome selenium-webdriver selenium-chromedriver spotify

我要归档的东西

我正在尝试在不显示玩家的情况下在后台播放Spotify。

env

public ICollectionView ItemsView
{            
   get { return CollectionViewSource.GetDefaultView(MainValues); }
}
  1. 正常的chromedriver可以毫无问题地显示和播放Spotify
  2. 无头chromedriver不会

enter image description here

$ uname -a
Darwin mbp.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 21 20:07:39 PDT 2018; root:xnu-3789.73.14~1/RELEASE_X86_64 x86_64

$ chromedriver --version
ChromeDriver 2.41.578706 (5f725d1b4f0a4acbf5259df887244095596231db)

$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
Google Chrome 69.0.3497.81

我的想法

  1. 它与“ Widevine内容解密模块”有关,无论什么情况,widevine都不会无脑地加载?
  2. 如果在具有xvfb +普通chromedriver的无头linux上可以播放Spotify吗?

0 个答案:

没有答案