电子说
今天浩道跟大家分享如何在Linux 系统上刷抖音,这是一种什么体验的?一起来看看!
文章来源:https://blog.csdn.net/weixin_42350212/article/details/124368382
看看我们如何在Linux端,
完成搜索、截图、访问网页等等功能
vim /etc/yum.repo.d/google-chrome111.repo
[yum源名称] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
#安装
[root@harxxx ~]# yum -y install google-chrome-stable --nogpgcheck
#查看-版本-信息
[root@har ~]# google-chrome -version
Google Chrome 91.0.4472.106
[root@har ~]#
#直接输入百度及搜索内容
#截屏百度
[root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu
--screenshot https://www.baidu.com/
[0615/170830.274431headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038headless_shell.cc(648)] Written to file screenshot.png.
#截屏百度 [root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu
--screenshot https://www.baidu.com/
[0615/170830.274431headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir. [0615/170830.329462gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader [0615/170831.542038headless_shell.cc(648)] Written to file screenshot.png.
效果如下 ↓ ↓ ↓
linux会在命令行搜索并保存 足球宝贝的搜索结果
#我们看看都搜到了什么
[root@harbor tmp]# google-chrome --no-sandbox --headless --disable-gpu
--screenshot https://www.baidu.com/s?wd=%E8%B6%B3%E7%90%83%E5%AE%9D%E8%B4%9D
[0615/170830.274431headless_browser_main_parts.cc(106)] Cannot create Pref Service with no user data dir.
[0615/170830.329462gpu_init.cc(440)] Passthrough is not supported, GL is swiftshader
[0615/170831.542038headless_shell.cc(648)] Written to file screenshot.png.
[root@localhost tmp]# google-chrome-stable --no-sandbox --headless --disable-gpu
--dump-dom https://www.baidu.com/
审核编辑 :李倩
全部0条评论
快来发表一下你的评论吧 !