Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Enter Click on text Label

Hi ,
I try to browse file from "c:\testfile" and I have to click enter after I put text in the label.
I use:
 importShell.bot().comboBox(0).pressShortcut(Keystrokes.toKeys(0, '\n'));
but I have this Exception:
Exception in thread "AWT-Shutdown" Exception in thread "WorkbenchTestable" 
Do you Have any idea what I have to do?

Back to the top