Arnout Engelen

Results 690 comments of Arnout Engelen

XEBIUM provides SELENIUM integration to FITNESSE. SELENIUM needs a BROWSER. So if your linux machine does not have a BROWSER, you cannot use SELENIUM, hence you cannot use XEBIUM. You...

I'm not entirely sure, but I think it should simply pick it up when the firefox executable is on the PATH somewhere

Hello Arif, Indeed this seems to be a bug in the Xebium formatter of the Selenium IDE - I also added a note to https://github.com/xebia/Xebium/issues/101. I'd write it like this:...

Thanks to @denniebouman for the report

That would be cool. Does Selenium support such a method? Do you know a reliable way to determine whether an element is displayed (i.e. with javascript)? As for 'verifyElementPresent' -...

Can you use custom tables in scenario's? To keep tests readable I almost always put any Xebium scripts inside scenario's, so if you can't put this table in a scenario...

Setting 'pageLoadingStrategy=conservative' in the webdriver capabilities does not appear to have any effect (though I'm not sure whether that's supported for firefox at all)

Reported upstream as https://code.google.com/p/selenium/issues/detail?id=7325

I'm not entirely sure what you mean by "Java Scripts", but I presume you mean SLIM fixtures. If so, this is a problem with the way you're using FitNesse, not...