Xebium icon indicating copy to clipboard operation
Xebium copied to clipboard

Xebium provides Selenium (webdriver) bindings for FitNesse, with Selenium-IDE support

Results 43 Xebium issues
Sort by recently updated
recently updated
newest added

Hi Arjen et al, Today I ran into a bit hurdle trying to record a test on a page which had frames with the Selenium IDE and Xebium. First the...

I've set up some integrated test suites which I'm invoking through command line in TeamCity. Fitnesse is generating XML reports under "FitNesseRoot\files\testResults" which I want to render into HTML so...

support

If you run with safari, you will get this in startBroser: **EXCEPTION**:org.openqa.selenium.WebDriverException: Unknown command: setTimeout (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 1 milliseconds...

selenium

When trying to use Xebium with the ios-driver http://ios-driver.github.io/ios-driver/?page=home I noticed that it does not work. Using a proxy tool (Charles Proxy) I noticed that Xebium is making requests that...

feature

We don't even seem to do tabs vs spaces consistently, let's pick one and stick to that. Should we perhaps add a formatter to our maven config? Any suggestions?

internals

How is done? On Linux? On Windows?

support

Added encrypt/decrypt stubs, recursive frame search capabilities (no more need for selectFrame) and contextMenu support.

- supports TAB and BACKSPACE - fix for Safari (timing) - fix for file uploads with Selenium Grid - FitNesse 20150424 - Selenium 2.45 (needed for recent versions of Firefox)...

Hi, I have been trying to send KEY_BACKSPACE using xebium and am running into some issues with that: The code given by selenium IDE is : sendKeys //input[@id=blahblah'] ${KEY_BACKSPACE} which...

Hi, I'm trying to do a setup similar to your master pom but when I configure the ant target to use maven.compile.classpath it fails to load the dependencies. Recreate: change...