<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://humanemulator.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://humanemulator.net/wiki/feed.php">
        <title>Human Emulator wiki en:objects:webpage:work_img</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-08-12T14:36:12+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_pos_in_webpage_picture&amp;rev=1785959957&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_x_in_webpage_picture&amp;rev=1785959958&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_y_in_webpage_picture&amp;rev=1785959959&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_body&amp;rev=1785959959&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_screen&amp;rev=1785959960&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_to_pdf&amp;rev=1785959961&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Human Emulator wiki</title>
        <link>https://humanemulator.net/wiki/</link>
        <url>https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_pos_in_webpage_picture&amp;rev=1785959957&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_img:get_pos_in_webpage_picture</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_pos_in_webpage_picture&amp;rev=1785959957&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//screenshot name
$screen_name = &quot;test/kak.bmp&quot;;
if($browser-&gt;get_model() == &quot;chromium&quot;)
  $screen_name = &quot;test/kak1.bmp&quot;;

//1
echo &quot;1.Let&#039;s go to the site from which we have a screenshot:&quot;;
echo $br…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_x_in_webpage_picture&amp;rev=1785959958&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_img:get_x_in_webpage_picture</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_x_in_webpage_picture&amp;rev=1785959958&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//screenshot name
$screen_name = &quot;test \ kak.bmp&quot;;
if($browser-&gt;get_model() == &quot;chromium&quot;)
  $screen_name = &quot;test \ kak1.bmp&quot;;

//1
echo &quot;1.Let&#039;s go to the site from which we have a screenshot:&quot;;
echo…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_y_in_webpage_picture&amp;rev=1785959959&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_img:get_y_in_webpage_picture</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:get_y_in_webpage_picture&amp;rev=1785959959&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//screenshot name
$screen_name = &quot;test \ kak.bmp&quot;;
if($browser-&gt;get_model() == &quot;chromium&quot;)
  $screen_name = &quot;test \ kak1.bmp&quot;;

//1
echo &quot;1.Let&#039;s go to the site from which we have a screenshot:&quot;;
echo…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_body&amp;rev=1785959959&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_img:print_body</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_body&amp;rev=1785959959&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s move on:&quot;;
echo $browser-&gt;navigate(&quot;http://www.bigfozzy.com&quot;).&quot;&lt;br&gt;&quot;;
sleep(2);

//2
echo &quot;2.Let&#039;s print the whole page:&quot;;
echo $webpage-&gt;print_body(&quot;c: \ yahoo.png&quot;).&quot;&lt;br&gt;&quot;;

//2
ec…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_screen&amp;rev=1785959960&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_img:print_screen</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_screen&amp;rev=1785959960&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s move on:&quot;;
echo $browser-&gt;navigate(&quot;http://www.yahoo.ru&quot;).&quot;&lt;br&gt;&quot;;
sleep(2);

//2
echo &quot;2.Let&#039;s print the whole page:&quot;;
echo $webpage-&gt;print_screen(&quot;c: \ yahoo.png&quot;).&quot;&lt;br&gt;&quot;;
$browser-…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_to_pdf&amp;rev=1785959961&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:59:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:webpage:work_img:print_to_pdf</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:webpage:work_img:print_to_pdf&amp;rev=1785959961&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; webpage-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s move on:&quot;;
echo $browser-&gt;navigate(&quot;http://www.yahoo.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s print the whole page:&quot;;
echo $webpage-&gt;print_to_pdf(&quot;c: \ yahoo.pdf&quot;).&quot;&lt;br&gt;&quot;;

//show printouts
…</description>
    </item>
</rdf:RDF>
