Package com.microsoft.playwright
Class Locator.SelectTextOptions
java.lang.Object
com.microsoft.playwright.Locator.SelectTextOptions
- Enclosing interface:
Locator
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether to bypass the actionability checks.Maximum time in milliseconds. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetForce(boolean force) Whether to bypass the actionability checks.setTimeout(double timeout) Maximum time in milliseconds.
-
Field Details
-
force
Whether to bypass the actionability checks. Defaults tofalse. -
timeout
Maximum time in milliseconds. Defaults to30000(30 seconds). Pass0to disable timeout. The default value can be changed by using theBrowserContext.setDefaultTimeout()orPage.setDefaultTimeout()methods.
-
-
Constructor Details
-
SelectTextOptions
public SelectTextOptions()
-
-
Method Details
-
setForce
Whether to bypass the actionability checks. Defaults tofalse. -
setTimeout
Maximum time in milliseconds. Defaults to30000(30 seconds). Pass0to disable timeout. The default value can be changed by using theBrowserContext.setDefaultTimeout()orPage.setDefaultTimeout()methods.
-