/**
  * {@inheritdoc}
  */
 public function submitForm($xpath)
 {
     $this->browser->submit(SeleniumLocator::xpath(utf8_decode($xpath)));
 }