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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.