com.atlassian.webdriver.testing.annotation
Annotation Type WindowSize


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface WindowSize

Since:
2.1

Optional Element Summary
 int height
           
 boolean maximize
           
 int width
           
 

width

public abstract int width
Default:
0

height

public abstract int height
Default:
0

maximize

public abstract boolean maximize
Default:
false


Copyright © 2014 Atlassian. All rights reserved.