Class Playwright.PlaywrightSetProperty
java.lang.Object
com.shaft.properties.internal.Playwright.PlaywrightSetProperty
- All Implemented Interfaces:
EngineProperties.SetProperty
- Enclosing interface:
Playwright
public static class Playwright.PlaywrightSetProperty
extends Object
implements EngineProperties.SetProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptDownloads(boolean value) artifactsDirectory(String value) browserName(String value) connectionMode(String value) defaultTimeoutMilliseconds(int value) deviceName(String value) Sets the Playwright device descriptor name for new contexts.downloadsDirectory(String value) launchTimeoutMilliseconds(int value) navigationTimeoutMilliseconds(int value) slowMo(int value) tracingEnabled(boolean value) tracingOnRetryOnly(boolean value) tracingScreenshots(boolean value) tracingSnapshots(boolean value) tracingSources(boolean value) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EngineProperties.SetProperty
logPropertyUpdate
-
Constructor Details
-
PlaywrightSetProperty
public PlaywrightSetProperty()
-
-
Method Details
-
browserName
-
deviceName
Sets the Playwright device descriptor name for new contexts.- Parameters:
value- descriptor name, for exampleiPhone 17 Pro Max- Returns:
- this property setter
-
connectionMode
-
endpoint
-
channel
-
slowMo
-
launchTimeoutMilliseconds
-
defaultTimeoutMilliseconds
-
artifactsDirectory
-
downloadsDirectory
-
acceptDownloads
-
tracingEnabled
-
tracingOnRetryOnly
-
tracingScreenshots
-
tracingSnapshots
-
tracingSources
-