In Selenium Python Parallel Execution how to open multiple urls

228 views
Skip to first unread message

joshua p

unread,
Mar 27, 2014, 3:53:46 AM3/27/14
to seleniu...@googlegroups.com

In Python Parallel Execution: I want to open multiple URL’s i.e. If i open 12 browsers (example 12 firefox browsers)how can i pass 12 different url’s to each of these browsers.

If anyone have an Idea please let me know, as im struck with this issue

David Lai

unread,
Mar 27, 2014, 8:29:46 PM3/27/14
to seleniu...@googlegroups.com
In theory just creating/opening 12 instances of webdriver will work.  However if a instance remains idle too long, it'll disconnect, so it's good to use a keep alive wrapper to prevent timeouts.
Reply all
Reply to author
Forward
0 new messages