wait_element_exist_by_xpath
wait_element_exist_by_xpath($xpath); - this function is used to wait for a page element to appear, checking it against the specified xpath.
Available from version 7.0.45
the input Function accepts parameters:
$xpath – xpath of the specified element (string).
The element timeout is set using the variable $iSecondsWaitElementExistBeforeAction=15; //how many seconds to wait for the element defined in the xweb_human_emulator template file to appear for each language.