Uses of Class
org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowser

Packages that use SWTBotBrowser
org.eclipse.swtbot.swt.finder Provides convenience API that most users would like to start with. 
 

Uses of SWTBotBrowser in org.eclipse.swtbot.swt.finder
 

Methods in org.eclipse.swtbot.swt.finder that return SWTBotBrowser
 SWTBotBrowser SWTBot.browser()
           
 SWTBotBrowser SWTBot.browser(int index)
           
 SWTBotBrowser SWTBot.browserInGroup(String inGroup)
           
 SWTBotBrowser SWTBot.browserInGroup(String inGroup, int index)
           
 SWTBotBrowser SWTBot.browserWithId(String value)
           
 SWTBotBrowser SWTBot.browserWithId(String value, int index)
           
 SWTBotBrowser SWTBot.browserWithId(String key, String value)
           
 SWTBotBrowser SWTBot.browserWithId(String key, String value, int index)
           
 SWTBotBrowser SWTBot.browserWithLabel(String label)
           
 SWTBotBrowser SWTBot.browserWithLabel(String label, int index)
           
 SWTBotBrowser SWTBot.browserWithLabelInGroup(String label, String inGroup)
           
 SWTBotBrowser SWTBot.browserWithLabelInGroup(String label, String inGroup, int index)