Package com.microsoft.playwright
Class Tracing.GroupOptions
- java.lang.Object
-
- com.microsoft.playwright.Tracing.GroupOptions
-
-
Constructor Summary
Constructors Constructor Description GroupOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracing.GroupOptions
setLocation(Location location)
Specifies a custom location for the group to be shown in the trace viewer.Tracing.GroupOptions
setLocation(String file)
Specifies a custom location for the group to be shown in the trace viewer.
-
-
-
Field Detail
-
location
public Location location
Specifies a custom location for the group to be shown in the trace viewer. Defaults to the location of theTracing.group()
call.
-
-
Method Detail
-
setLocation
public Tracing.GroupOptions setLocation(String file)
Specifies a custom location for the group to be shown in the trace viewer. Defaults to the location of theTracing.group()
call.
-
setLocation
public Tracing.GroupOptions setLocation(Location location)
Specifies a custom location for the group to be shown in the trace viewer. Defaults to the location of theTracing.group()
call.
-
-