Joel DeWitt

Results 11 comments of Joel DeWitt

Maximizing the Firefox browser has odd effects on RHEL 7.4 with Xvfb headless display. setPosition() is supported in Selenium, and does the trick for my automated Unix testing.

PR #307 has been submitted. All the logic is in SeleniumHelper: https://github.com/fhoeben/hsac-fitnesse-fixtures/pull/307

I have been able to set the download file location for Firefox, in fact, to the Wiki's files/downloads directory. However, on Unix using xvfb headless display, there appears to be...

I will try "download..." methods again. I had some problems when the "download" button starts some background JavaScript in a single-page (SPA) application, and did not directly download a file....

CI test job (Jenkins) calls a BASH script with a parameterized list of sub-Suites to run in parallel. FitNesse is invoked once for each in the background (&), terminated by...

Side note: Selenium (or the webdriver) injects an invalid tag in the HTML, which is always reported by the validator with a message: "vAttribute \u201Cwebdriver\u201D not allowed on element \u201Chtml\u201D...

That would be a change to FitNesse itself, i.e., a new build of fitnesse-standalone.jar, and not accessible through Fixture code, right?

implementing a fitnesse.plugins.PluginFeatureFactory, which in turn registers a Formatter, does allow a plug-in listener to react to errors and exceptions. All the Formatter methods return void. Throwing a RunTimeException in...

"StopSuite" is correct, but I need to stop the tests within a plug-in.

This was good enough, and works regardless of what version of FitNesse is used: A test listener plug-in creates a file "fit-stop-test" on encountering an error. (it deletes the file...