<?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:browser:set_visible_params</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-09-24T17:55:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_fps&amp;rev=1785958395&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_height&amp;rev=1785958396&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_horizontal_scroll_pos&amp;rev=1785958396&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_vertical_scroll_pos&amp;rev=1785958397&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_width&amp;rev=1785958397&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:browser:set_visible_params:set_fps&amp;rev=1785958395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:set_visible_params:set_fps</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_fps&amp;rev=1785958395&amp;do=diff</link>
        <description>PHP example: 

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

//1
echo &quot;1.Go to the site with animation:&quot;;
echo $browser-&gt;navigate(&quot;https://www.thekennedys.nl/#home&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Set fps to 1:&quot;;
echo $browser-&gt;set_fps(1).&quot;&lt;br&gt;&quot;;

sleep(10);

//3
echo &quot;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_height&amp;rev=1785958396&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:set_visible_params:set_height</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_height&amp;rev=1785958396&amp;do=diff</link>
        <description>PHP example: 

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

echo $browser-&gt;set_width(300).&quot;&lt;br&gt;&quot;;
//1
echo &quot;1.Let&#039;s set the browser height to 300 pixels:&quot;;
echo $browser-&gt;set_height(300).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the current browser height:&quot;;
echo $browser-&gt;ge…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_horizontal_scroll_pos&amp;rev=1785958396&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:set_visible_params:set_horizontal_scroll_pos</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_horizontal_scroll_pos&amp;rev=1785958396&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; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Go to the site:&quot;;
echo $browser-&gt;navigate(&quot;http://bigfozzy.com&quot;).&quot;&lt;br&gt;&quot;;
sleep(1);

//2
echo &quot;2.Return the page size:&quot;;
echo $browser-&gt;get_page_width().&quot;x&quot;.$browser-&gt;get_page_height().&quot;&lt;b…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_vertical_scroll_pos&amp;rev=1785958397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:set_visible_params:set_vertical_scroll_pos</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_vertical_scroll_pos&amp;rev=1785958397&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; browser-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Go to the site:&quot;;
echo $browser-&gt;navigate(&quot;http://yahoo.com&quot;).&quot;&lt;br&gt;&quot;;
sleep(1);

//2
echo &quot;2.Return the page size:&quot;;
echo $browser-&gt;get_page_width().&quot;x&quot;.$browser-&gt;get_page_height().&quot;&lt;br&gt;&quot;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_width&amp;rev=1785958397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:33:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:browser:set_visible_params:set_width</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:browser:set_visible_params:set_width&amp;rev=1785958397&amp;do=diff</link>
        <description>PHP example: 

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

//1
echo &quot;1.Let&#039;s set the browser width to 3000 pixels:&quot;;
echo $browser-&gt;set_width(3000).&quot;&lt;br&gt;&quot;;
$browser-&gt;navigate(&quot;ya.ru&quot;);

//2
echo &quot;2.Get the current browser width:&quot;;
echo $browser-&gt;get_window_wi…</description>
    </item>
</rdf:RDF>
