Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Getting a view Component


Hi,

I am new using SWTBot and I am trying to create some SWTBot tests. I want to know how can I get the option that are inside this view toolbar button (I don't know the right name of this component) that are circled in red in the picture

viewItem

I tried the following code but did not work:

bot().toolbarButtonWithTooltip("View Menu").click();

Thanks.


      


Back to the top