Issue by Alex Ruiz from Mon, 2 Mar 2009 14:06:28 -0600
Originally opened as http://jira.codehaus.org/browse/FEST-24
E-mail form Epaga:
Unfortunately, on my dual monitor system with my main monitor on the right and the second monitor on the left, FEST seems to be trying to click at the wrong position when it tries to click on a component.
My code looks something like this:
fixture = WindowFinder.findDialog( JDialog.class ).withTimeout( 10000 ).using( RobotFixture.robotWithCurrentAwtHierarchy() ); fixture.textBox( "Dtf_PromptName" ).click().deleteText().enterText( "text" );
When it runs the click method, the cursor vibrates on the right screen, apparently looking for the text box, but the dialog is on the left side of the screen. Is there some way to avoid this problem? I've tried setting the location of the dialog to move to the right side, but then FEST just moves the cursor to the right as well.
Original report: Issue 51 (Google Code)
votes (original issue): 4
watches (original issue): 3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4