On 01-Jul-08, at 1:04 PM, Somesh Sasalatti wrote:

> I used a variant of Abbot called RCP robot that i saw at eclipsecon  
> 2008. debugging is a nightmare with that. if you debug to a point  
> where you have a text field add some text to it. on stepping over,  
> it typed the stuff on my debug window rather than my target eclipse  
> shell(workbench) that was launched. have you seen this too by any  
> chance?


This happens because Abbot uses AWT Robot to do all the clicking and  
typing, which means that the click and type is an OS level event, and  
does not care where stuff is being typed or clicked, whichever  
application is the active application will receive those events.

-- Ketan


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
SWTBot-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse

Reply via email to