Uses of Class
com.microsoft.playwright.ElementHandle.SetInputFilesOptions
-
Packages that use ElementHandle.SetInputFilesOptions Package Description com.microsoft.playwright -
-
Uses of ElementHandle.SetInputFilesOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return ElementHandle.SetInputFilesOptions Modifier and Type Method Description ElementHandle.SetInputFilesOptionsElementHandle.SetInputFilesOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.ElementHandle.SetInputFilesOptionsElementHandle.SetInputFilesOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type ElementHandle.SetInputFilesOptions Modifier and Type Method Description voidElementHandle. setInputFiles(FilePayload[] files, ElementHandle.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidElementHandle. setInputFiles(FilePayload files, ElementHandle.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidElementHandle. setInputFiles(Path[] files, ElementHandle.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidElementHandle. setInputFiles(Path files, ElementHandle.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.
-