Definitions
<Identifier Type> - The type of the identifier used to locate the given element in the webpage. Ex - id, name, xpath.
<Identifier Value> - The value of the identifier used to locate the given element in the webpage. Ex - For id -> userName, for xpath -> //*[@id='loginPage']/section/div[2]/form/input[6]
<text>- Text content that needs to be verified for the presence for the given element in the webpage.
<true/false> - To decide whether to proceed with further steps or not, when the content check operation fails.