<?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:windows:get_screen</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-28T05:45:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:get_screen_height&amp;rev=1603822530&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:get_screen_width&amp;rev=1603822548&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:start_video_record&amp;rev=1603822566&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:stop_video_record&amp;rev=1603822581&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://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/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:get_screen_height&amp;rev=1603822530&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-27T21:15:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windows:get_screen:get_screen_height</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:get_screen_height&amp;rev=1603822530&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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; windows-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Display the screen resolution:&quot;;
echo $windows-&gt;get_screen_width().&quot;x&quot;;
echo $windows-&gt;get_screen_height();

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:get_screen_width&amp;rev=1603822548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-27T21:15:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windows:get_screen:get_screen_width</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:get_screen_width&amp;rev=1603822548&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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; windows-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Display the screen resolution:&quot;;
echo $windows-&gt;get_screen_width().&quot;x&quot;;
echo $windows-&gt;get_screen_height();

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:start_video_record&amp;rev=1603822566&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-27T21:16:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windows:get_screen:start_video_record</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:start_video_record&amp;rev=1603822566&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:705&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; windows-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Start screen recording:&quot;;
echo $windows-&gt;start_video_record(&quot;d://record.avi&quot;);

//actions
$browser-&gt;navigate(&quot;yandex.ru&quot;);
$browser-&gt;navigate(&quot;google.com&quot;);
$browser-&gt;navigate(&quot;msn.com&quot;).&quot; …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:stop_video_record&amp;rev=1603822581&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-27T21:16:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windows:get_screen:stop_video_record</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windows:get_screen:stop_video_record&amp;rev=1603822581&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:703&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; windows-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Start screen recording:&quot;;
echo $windows-&gt;start_video_record(&quot;d://record.avi&quot;);

//actions
$browser-&gt;navigate(&quot;yandex.ru&quot;);
$browser-&gt;navigate(&quot;google.com&quot;);
$browser-&gt;navigate(&quot;msn.com&quot;);
…</description>
    </item>
</rdf:RDF>
