
##########
WebElement
##########


****
NAME
****


Kernel::System::UnitTest::Selenium::WebElement - Utility functions for Selenium WebElements

VerifiedSubmit()
================


Submit a form element, and wait for the page to be fully loaded (works only in Znuny)


.. code-block:: perl

     $SeleniumObject->VerifiedSubmit();



VerifiedClick()
===============


click an element that causes a page get/reload/submit and wait for the page to be fully loaded
(works only in Znuny).


.. code-block:: perl

     $SeleniumObject->VerifiedClick(
         $Button             # optional, see Selenium docs
     );





