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.
使用 bot.viewByTitle() 找不到包含当前视图的视图。我的意思是在 eclipse 的项目资源管理器中选择项目名称后,我无法再次选择项目资源管理器视图。
请帮忙
如果您使用的是视图自己的机器人(通过调用bot()a SWTBotView),您将找不到任何不属于该视图的元素。
bot()
SWTBotView
您应该改用 Workbench Bot。
SWTWorkbenchBot bot = new SWTWorkbenchBot(); bot.viewByTitle("My View");