Uses of Class
com.microsoft.playwright.Page.SetInputFilesOptions
Packages that use Page.SetInputFilesOptions
-
Uses of Page.SetInputFilesOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.SetInputFilesOptionsModifier and TypeMethodDescriptionPage.SetInputFilesOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.SetInputFilesOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.SetInputFilesOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.SetInputFilesOptionsModifier and TypeMethodDescriptionvoidPage.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. -
Uses of Page.SetInputFilesOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.SetInputFilesOptionsModifier and TypeMethodDescriptionvoidPageImpl.setInputFiles(String selector, FilePayload[] files, Page.SetInputFilesOptions options) voidPageImpl.setInputFiles(String selector, FilePayload files, Page.SetInputFilesOptions options) voidPageImpl.setInputFiles(String selector, Path[] files, Page.SetInputFilesOptions options) voidPageImpl.setInputFiles(String selector, Path files, Page.SetInputFilesOptions options)