Package com.applitools.eyes
Class ViewportMetaTag
- java.lang.Object
-
- com.applitools.eyes.ViewportMetaTag
-
public class ViewportMetaTag extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetDeviceWidth()booleangetFollowDeviceWidth()floatgetInitialScale()static ViewportMetaTagparseViewportMetaTag(String viewportMetaTagContent)
-
-
-
Method Detail
-
getFollowDeviceWidth
public boolean getFollowDeviceWidth()
-
getDeviceWidth
public float getDeviceWidth()
-
getInitialScale
public float getInitialScale()
-
parseViewportMetaTag
public static ViewportMetaTag parseViewportMetaTag(String viewportMetaTagContent)
-
-