Help for this page

Select Code to Download


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