0

我们正在使用 SWTBot 编写一些测试,我们需要在测试期间更改运行配置的公共选项卡中的一些内容。关于如何在那里导航的任何想法?

谢谢,奥伦

4

2 回答 2

0

it works for me by using the Keyboard func (shortcut: ALT+C):

KeyboardFactory.getAWTKeyboard().pressShortcut(Keystrokes.ALT,KeyStroke.getInstance(0, 'C'));
bot.sleep(3000);
于 2015-04-26T07:47:37.370 回答
0

尝试bot.cTabItem(index).activate();

于 2015-04-08T13:54:08.793 回答