How to run Selenium 2.0 RC -htmlSuite with WebDriver? -
I have tried Selenium 2.0 (the documentation says it is using a WebDrive):
< Pre> java - jar selenium-server- standalone-2.0 a 1.jr-htmlsuit "* firefox" ...
but it seems that the WebDriver did not use the backend Has been (especially when I have not installed any Firefox plugin)? All Selenium 2.0 documentation uses the Java interface, but it seems that the use of the HTML suite uses the classic Selenium backend?
How do I set things up for HTMLSuite, but the "Headless" HtmlUnit version is completely fine (I do not need Firefox).
Edit: Selenium says that Remote webmaster instances should be connected to: http: // ...: 4444 / wd / hub
When to start ... what to do and how?
Edit 2: Using the WebDrivebackbacked selenium functions, rewrite the test in Java. In this way the problems arise from HTML, which is not the use of WebDrive Back Selenium?
Everything that is open in the code, Selenium RC and WebDrive have not yet been merged. I may be wrong here, but I think the only way to use WebDriverBackedSelenium is directly in your Java Test harness. If you are using another language other than Java to selenium rc drive, then where do you As far as you can tell, you are SOL.
Comments
Post a Comment