Uses of Class
com.microsoft.playwright.Page.SetInputFilesOptions
-
Packages that use Page.SetInputFilesOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String selector, FilePayload[] files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidPage. setInputFiles(java.lang.String selector, FilePayload files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidPage. setInputFiles(java.lang.String selector, java.nio.file.Path[] files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files.voidPage. setInputFiles(java.lang.String selector, java.nio.file.Path files, Page.SetInputFilesOptions options)Sets the value of the file input to these file paths or files. -
Uses of Page.SetInputFilesOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.SetInputFilesOptions Modifier and Type Method Description voidPageImpl. setInputFiles(java.lang.String selector, FilePayload[] files, Page.SetInputFilesOptions options)voidPageImpl. setInputFiles(java.lang.String selector, FilePayload files, Page.SetInputFilesOptions options)voidPageImpl. setInputFiles(java.lang.String selector, java.nio.file.Path[] files, Page.SetInputFilesOptions options)voidPageImpl. setInputFiles(java.lang.String selector, java.nio.file.Path files, Page.SetInputFilesOptions options)
-