Package com.dkfqs.selenium.mainrunner
Class UserInputFieldsFile
- java.lang.Object
-
- com.dkfqs.selenium.mainrunner.UserInputFieldsFile
-
public class UserInputFieldsFile extends java.lang.ObjectA file that contains 'User Input Fields'.
-
-
Constructor Summary
Constructors Constructor Description UserInputFieldsFile(java.io.File f)Create a new instance and read the data from a file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UserInputField>getUserInputFieldList()Get the list of user input fields.
-
-
-
Method Detail
-
getUserInputFieldList
public java.util.List<UserInputField> getUserInputFieldList()
Get the list of user input fields.- Returns:
- the list of user input fields
-
-