Standart Windows Dialogs like 'Select Color' and 'Search Folder' are not supported.
Is the support of this Dialogs planned / in work?
Is a workaround available?
Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, Phil Quitslund
Thread.sleep(2000); // Wait for the dialog
ui.keyClick(SWT.CR);
abbot.swt.Robot r = new abbot.swt.Robot();
r.keyPress(SWT.CR);
Thread.sleep(5);
r.keyRelease(SWT.CR);
Users browsing this forum: No registered users and 1 guest