Exemplo n.º 1
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);
  }