What you could try is to run sessions under different users on the same machine, through multiple user switching. You should be able to do the same with Safari as well.
Could you elaborate on how one might run parallel IE/Safari tests (say deployed over Grid) on same node using multiple user switching. Or does that approach only work a certain way? Would it be something like have multiple user accounts logged in to same machine (but one is active desktop while the others are backgrounded/locked in terms of Windows) but each one starts a node instance (supporting 1 IE/Safari browser) before being backgrounded? Or alternatively, we start multiple node instances on the logged in desktop/user, but for each instance we do "Run As" a particular user (on Windows) and for Mac assume use the terminal to switch to other user account and execute node instance?
I'm afraid I'm not an expert in Windows or Mac OS X admin, but what you suggested sounded reasonable, whichever works for you.
See this recent post in Selenium dev group:Here's a recap without viewing that post:What you could try is to run sessions under different users on the same machine, through multiple user switching. You should be able to do the same with Safari as well.Could you elaborate on how one might run parallel IE/Safari tests (say deployed over Grid) on same node using multiple user switching. Or does that approach only work a certain way? Would it be something like have multiple user accounts logged in to same machine (but one is active desktop while the others are backgrounded/locked in terms of Windows) but each one starts a node instance (supporting 1 IE/Safari browser) before being backgrounded? Or alternatively, we start multiple node instances on the logged in desktop/user, but for each instance we do "Run As" a particular user (on Windows) and for Mac assume use the terminal to switch to other user account and execute node instance?I'm afraid I'm not an expert in Windows or Mac OS X admin, but what you suggested sounded reasonable, whichever works for you.This is also in reference to new IE feature awaiting review: https://github.com/SeleniumHQ/selenium/pull/74The feature is already in SafariDriver. I was wondering if anyone has tried something out with SafariDriver using the feature combined with parallel tests on same machine.
I would say it should probably be linked to J
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.