jBrowserDriver
·
366 commits
to master
since this release
v0.10.4 Release Notes:
- Fix regression from v0.10.3: class cast and null pointer exceptions pertaining to FindsBy APIs
- Allow any free port to be used for RMI instead of having to specify them (now the default behavior -- more info)
- Use domain of current page for cookies set via JBrowserDriver.manage().addCookie(..) if there's no domain specified by user
- If user switches to an iframe, block for subsequent AJAX page loads of that iframe
- Fix HotSpot errors which occurred after switching to an iframe and attempting to interact with it after the iframe page was unloaded
- Fix session ID to make it unique
- Configured RMI port was only used for RMI registry: use it for object references too