Arnout Engelen

Results 416 issues of Arnout Engelen

Using the 'fastProcessor' branch, getText directly invokes WebElement.getText(). However, I have a couple of situations where getText with an 'id' locator produces a different result compared to a getEval of...

I generally prefer the latter when possible - the only downside is you don't get screenshots when the text does not match (but you do get screenshots when the element...

feature
ide-formatter

I've upgraded Xebium to use Selenium 2.38.0. This version of Selenium has upgraded guava from 0.14 to 0.15. Unfortunately it appears guava 0.15 makes our FitNesse tests fail to start....

infrastructure

I'm not sure if this would be possible, but it'd be quite nice to be able to add links to any screenshots made by Xebium into the test results of...

feature

I like saving screenshots after errors. I also like using 'check is' rather than 'ensure do', because it will show be right in the test results the difference between what...

feature

I use ``` |ensure|do|waitForEval|on|someCondition(someParameter)|with|true| ``` It would be nice if we could somehow make 'true' the default expectation, so I could drop the 'with true' here.

feature

Do we have reference documentation? I just checked the source code to find out the proper syntax for 'save screenshot after', there must be a better way :)

feature

When taking screenshots on errors, should we also take a screenshot when a command times out?

feature

Because our scala files are being run through the g8 templating engine now (to set the package name correctly), using `$` signs in the code is now problematic. While the...