tagVal method

String tagVal(
  1. String name
)

Implementation

String tagVal(String name) {
  return this.findAllElements(name).first.innerText;
}