Package com.adobe.cq.testing.selenium
Class UIAbstractTest
- java.lang.Object
-
- com.adobe.cq.testing.selenium.UIAbstractTest
-
@Deprecated(since="3.0", forRemoval=true) public abstract class UIAbstractTest extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description UIAbstractTest()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetUserTimeZone()Deprecated.Please use new UserTimeZone annotation to annotate your test class or test method
-
-
-
Method Detail
-
getUserTimeZone
public java.lang.String getUserTimeZone()
Deprecated.Please use new UserTimeZone annotation to annotate your test class or test methodIf a Test requires to run in a different timezone, then this method can be overridden in the TestClass. Note :- This works only when test is running in docker- Returns:
- a string representing the selected timezone (i.e Europe/Amsterdam etc..)
-
-