Skip to main content

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

On 08/28/2013 10:41 AM, Imad Sabaany wrote:
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?

Hi, can you please ask this on the SWTBot user forum? http://www.eclipse.org/forums/index.php/f/74/
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top