![Linux 上的 Google Chrome 命令行帮助](https://linux22.com/image/1308009/Linux%20%E4%B8%8A%E7%9A%84%20Google%20Chrome%20%E5%91%BD%E4%BB%A4%E8%A1%8C%E5%B8%AE%E5%8A%A9.png)
我需要为 Google Chrome 编写一个小脚本。我需要它启动一个特定的网站并向下滚动到打开的页面上的特定位置。第一部分很简单:(/opt/google/chrome/google-chrome --new-windowhttp://www.ustream.tv/decoraheagles)。
页面底部有一个视频流播放器,我需要将其移到浏览器窗口的中心或顶部。
有什么想法可以实现这一点吗?
答案1
您可以尝试打开http://www.ustream.tv/decoraheagles#channelFlashContent
或者id
在页面上找到您想要关注的另一个元素并将其作为目标。