I am working on creating a testing platform for some sites using selenium webdriver, and my goal is to have several drivers running the same tests at the same time (e.g. firefoxdriver, internetexplorerdriver and chrome reverse, working on the same time as some shared ones resources). However, I am having problems logging which driver does what. I pass in drivers for a lot of my code, but as far as I can tell, the web server does not know what type of driver it is. Is there any way to ask the webdriver element what it was created as?
source
share