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