Python parallel execution with selenium

前端 未结 2 778
夕颜
夕颜 2020-11-30 10:25

I\'m confused about parallel execution in python using selenium. There seems to be a few ways to go about it, but some seem out of date.

I\'m wondering what is the l

2条回答
  •  孤独总比滥情好
    2020-11-30 11:11

    I created a project to do this and it reuses webdriver instances for better performance:

    https://github.com/testlabauto/local_selenium_pool

    https://pypi.org/project/local-selenium-pool/

提交回复
热议问题