示例#1
0
  public void ClickSaveConfigBtn() throws Exception {

    Reporter.log("Click the 'Save Configuration' button.");
    interact.Click(waitFor.ElementVisible(SaveConfiguration_Btn));
  }
示例#2
0
  // 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);
  }