Package com.xwiki.pro.test.po.generic
Class MicrosoftStreamMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- com.xwiki.pro.test.po.generic.MicrosoftStreamMacro
-
public class MicrosoftStreamMacro extends org.xwiki.test.ui.po.BaseElementRepresents a MicrosoftStream macro and provides access to its attributes.- Since:
- 1.28
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description MicrosoftStreamMacro(org.openqa.selenium.WebElement MSmacro)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlignment()StringgetHeight()StringgetSrc()intgetStartTime()StringgetWidth()booleanhasAutoplay()booleanhasCorrectURL(String url)booleanhasShowInfo()booleanhasStartTime()
-
-
-
Method Detail
-
getWidth
public String getWidth()
-
getHeight
public String getHeight()
-
getSrc
public String getSrc()
-
hasAutoplay
public boolean hasAutoplay()
-
hasShowInfo
public boolean hasShowInfo()
-
hasStartTime
public boolean hasStartTime()
-
getStartTime
public int getStartTime()
-
hasCorrectURL
public boolean hasCorrectURL(String url)
-
getAlignment
public String getAlignment()
-
-