Is it possible to parallelize selenium webdriver get_attribute calls in python?

♀尐吖头ヾ 提交于 2019-12-04 17:25:40

Just Hint that Selenium run in a single thread and in a single core system. So its not possible to exercise multi-threading over selenium webdriver . Yes you can create a separate instance and attach to another core of a multi core system.

I may not answer your question but if you are trying to do something similar good not to do.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!