gpt4 book ai didi

python - 将输出重定向到 selenium 中的特定监视器

转载 作者:行者123 更新时间:2023-12-01 05:36:30 27 4
gpt4 key购买 nike

是否有可能使用 selenium 将输出重定向到特定监视器?我想要做的是在“虚拟监视器”中打开浏览器并执行任务,而用户不会看到任何内容(浏览器、图像、点击等)。另外,我正在使用Splinter ( Selenium 的包装)

最佳答案

@Mark Rowlands 给出了很好的建议。但如果你想使用 Chrome 或 Firefox,我会推荐 pyvirtualdisplay 。下载库后:

from pyvirtualdisplay import Display
## before launching the driver instance
display = Display(visible=0, size=(1920, 1080)) ## There're few more options
display.start()

关于python - 将输出重定向到 selenium 中的特定监视器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18896287/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com