Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
// The following code is required to properly run XWeb Human Emulator
require("../Templates/xweb_human_emulator.php");
$browser->navigate('hi.dn.ua');
$anchor->click_by_inner_text("Объявления",false);
$anchor->click_by_inner_text("Добавить объявление",false);
$listbox->select_text_by_name("town", "Краматорск",true);
$listbox->select_text_by_number(2, "НЕДВИЖИМОСТЬ",true);
$listbox->select_text_by_number(10, "Куплю",true);
// Quit
$app->quit();
?>
точно нет, слажалinner - нету такого вообще, откуда ты это взял