我附上了一张描述我的问题的图片,我需要在 GCC Assembler 下访问 General,我试图将注意力集中在索引为 0 的 tabItem 上,它正确地进入了 Tool Settings 选项卡,但是 GCC Assembler -> General 没有找到!
这是代码:
bot.tree().getTreeItem("test").select();
bot.menu("File").menu("Properties").click();
bot.tree().getTreeItem("C/C++ Build").select();
bot.tree().getTreeItem("C/C++ Build").expand();
bot.tree().getTreeItem("C/C++ Build").getNode("Settings").select();
bot.tabItem(0).activate();
bot.tree().getTreeItem("GCC Assembler").select();
bot.tree().getTreeItem("GCC Assembler").getNode("General").select();
bot.text().getText(); //for getting the assembler flags in General