标签: headless-browser google-chrome-headless xvfb
我正在尝试在google chrome上运行使用python,selenium和pyrobot编写的自动化脚本。浏览器需要键盘干预,因此无法避免。我已经使用pyrobot类来监听按键。我想在后台以无头模式运行浏览器。但是,击键操作不是在后台运行,而是在活动窗口中可以看到其效果。我尝试了 xvfb ,但问题仍然存在。 参考:What is difference between Xvfb and Chromedriver and when to use them