問題を説明する画像を添付しました。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