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