public enum BrowserType extends Enum<BrowserType> implements IBrowserType
列挙型定数と説明 |
---|
AndroidBrowser
Android Stock ブラウザー
|
Edge |
Firefox |
GoogleChrome |
InternetExplorer |
Safari |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getDisplayName() |
String |
getLocator()
非推奨です。
Silk Test 15 以降では推奨されません。
|
static BrowserType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static BrowserType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final BrowserType InternetExplorer
public static final BrowserType Firefox
public static final BrowserType GoogleChrome
public static final BrowserType AndroidBrowser
public static final BrowserType Safari
public static final BrowserType Edge
public static BrowserType[] values()
for(BrowserType c: BrowserType.values()) System.out.println(c);
public static BrowserType valueOf(String name)
name
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合@Deprecated public String getLocator()
getLocator
インタフェース内 IBrowserType
public String getDisplayName()
getDisplayName
インタフェース内 IBrowserType
Copyright 2009-2012 Micro Focus. All Rights Reserved.