开发者

Control links2 by python

开发者 https://www.devze.com 2022-12-25 19:22 出处:网络
Is there any way to control links browser from python? I need to make some bot, twill don\'t work on my page, Selenium need\'s X server.

Is there any way to control links browser from python? I need to make some bot, twill don't work on my page, Selenium need's X server. Maybe ot开发者_开发百科her way to do it?


Using X virtual framebuffer Xvfb you can run selenium/web browser without X:

Xvfb :1 -screen 0 1152x864x16
DISPLAY=1 ./firefox

and run the selenium tests from command line.


I would try to use pexpect (on Unix-like systems; wexpect on Windows), just as I would for the purpose of controlling other text-based, interactive applications that don't offer an explicit API of their own.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号