RoboB.GetURL is failing to get the current URL I've Tested with
2.2.2.9
2.2.2.8
2.2.2.7
2.2.2.2
the only one that works is 2.2.2.2
I also noticed that .7, .8, and .9 when running the command I attached below causes VC to freeze/pause where in .2 it functions like it should (each action shows in history as they happen)
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.2.2-->
<command id="396" name="RoboB.GetURL - Fail" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>RoboB.Select</cmdType>
<params>
<param>TEST</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Navigate</cmdType>
<params>
<param>https://www.google.com/</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Wait</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Select</cmdType>
<params>
<param>TEST</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Wait</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.GetURL</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</command>
Windows 10