Click or drag to resize

FilesHelperWaitForFileOfGivenName Method

Framework to automate tests using Selenium WebDriver
Overload List
 NameDescription
Public methodStatic memberCode exampleWaitForFileOfGivenName(String, String) Waits for file of given name with LongTimeout, checks the size of the current file.
Public methodStatic memberCode exampleWaitForFileOfGivenName(Double, String, String) Waits for file with given name with given timeout, checks the size of the current file.
Public methodStatic memberCode exampleWaitForFileOfGivenName(String, String, Boolean) Waits for file of given name with LongTimeout, checks the size of the current file.
Public methodStatic memberCode exampleWaitForFileOfGivenName(Double, String, String, Boolean) Waits for file with given name with given timeout, checks the size of the current file.
Top
See Also