我正在尝试使用Splinter的Firefox驱动程序来测试一些响应式设计.
当然,这需要我调整浏览器窗口的大小.我在文档中找不到任何关于浏览器大小调整的内容.
我怎样才能做到这一点?
from splinter import Browser with Browser() as browser: # How do I set the browser size?
python selenium browser-automation splinter
browser-automation ×1
python ×1
selenium ×1
splinter ×1