Jim Evans
unread,Oct 29, 2013, 12:58:36 PM10/29/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Chromedriver.exe has nothing to do with recording and playing back scripts like Selenium IDE records. Chromedriver.exe is an executable application used by WebDriver code (written in a language like Java, C#, Ruby, or Python) which, in turn, translates that code into actions performed by the Chrome browser. When you launch chromedriver.exe, it's going to just sit there, waiting for some WebDriver code to tell it what to tell Chrome to do.