- or download this
Commmand: click
Target: //td[contains(text(), 'Configuration')]
- or download this
my $configTab=$selConn->find_element("//td[text()='Configuration']")->
+click;
- or download this
my $configTab=$selConn->find_element("//td[contains(\@text, 'Configura
+tion')]")->click;