@return the type property
()
| 1085 | * @return the {@code type} property |
| 1086 | */ |
| 1087 | public final String getType() { |
| 1088 | final BrowserVersion browserVersion = getPage().getWebClient().getBrowserVersion(); |
| 1089 | String type = getTypeAttribute(); |
| 1090 | type = StringUtils.toRootLowerCase(type); |
| 1091 | return isSupported(type, browserVersion) ? type : "text"; |
| 1092 | } |
| 1093 | |
| 1094 | /** |
| 1095 | * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br> |