public FormPage OpenFormPage() { FormButton.Click(); return(new FormPage(this.driver)); }
public void ClickForm() { FormButton.Click(); }