Bug 546259: SWTBotEditor.isActive() returns true when not active part SWTBotEditor.isActive() now returns true only if the editor is the active part. SWTBotEditor.isActiveEditor() is added and returns true if the editor is the active editor, even if it is not the active part. SWTWorkbenchBot.activePart() is added and returns the active part, which may be a view or an editor. Change-Id: I696da9f9462b8dbeca51ea5a0b4ca52142b81a66 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
SWTBot is a Java API that interacts with SWT by using high-level operations. It is generally use to write UI tests efficiently since the grain of the API is the same grain as UI operation. It makes easier to transform a user scenario to an automated tests.
http://wiki.eclipse.org/SWTBot
GitHub tracker and pull requests are currently not supported by the contribution process.
Please read http://wiki.eclipse.org/SWTBot/Contributing to know how to interact well with the community. For further questions about contributing to SWTBot, please send a mail to swtbot-dev@eclipse.org .