java.lang.Objecttelosys.objects.Browser
Class for the browser instance
Constructor Summary | |
Browser()
|
Method Summary | |
string |
getType()
Returns the type of the browser (Mozilla, Internet Explorer) |
boolean |
isInternetExplorer()
Returns true if the browser is Internet Explorer |
boolean |
isMozilla()
Returns true if the browser is Mozilla |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Browser()
Method Detail |
public boolean isMozilla()
public boolean isInternetExplorer()
public string getType()