Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 SWTBot 编写一些测试,我们需要在测试期间更改运行配置的公共选项卡中的一些内容。关于如何在那里导航的任何想法?
谢谢,奥伦
it works for me by using the Keyboard func (shortcut: ALT+C):
KeyboardFactory.getAWTKeyboard().pressShortcut(Keystrokes.ALT,KeyStroke.getInstance(0, 'C')); bot.sleep(3000);
尝试bot.cTabItem(index).activate();
bot.cTabItem(index).activate();