public void ClickSaveConfigBtn() throws Exception { Reporter.log("Click the 'Save Configuration' button."); interact.Click(waitFor.ElementVisible(SaveConfiguration_Btn)); }
// PAGE OBJECT METHODS public void EnterDataURL() throws Exception { Reporter.log("Enter '" + DataURL + "' in the 'Data URL' text box."); interact.Type(waitFor.ElementVisible(DataURL_Txb), DataURL); }