Uses of Class
com.microsoft.playwright.Page.SetInputFilesOptions
-
Packages that use Page.SetInputFilesOptions Package Description com.microsoft.playwright -
-
Uses of Page.SetInputFilesOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.SetInputFilesOptions Modifier and Type Method Description Page.SetInputFilesOptionsPage.SetInputFilesOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.SetInputFilesOptionsPage.SetInputFilesOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.SetInputFilesOptionsPage.SetInputFilesOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.SetInputFilesOptions Modifier and Type Method Description voidPage. setInputFiles(String selector, FilePayload[] files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidPage. setInputFiles(String selector, FilePayload files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidPage. setInputFiles(String selector, Path[] files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidPage. setInputFiles(String selector, Path files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.
-