jajajo
jajajo

Reputation: 1

When spying GUI objects with squish, Different GUI namespaces are displayed (uiAutomation vs Wpf) depending on the connection type (LAN vs WIFI)

So I'm using Squish 7.1.0 and when running some scripts remotely they don't work when i'm connected through ethernet but they do through wifi (I am trying to migrate to using only ethernet).

I went to save the object map for both configurations and I got a different namespace for each connection type. LAN got UIAutomation and WIfi got WPF, the problem is that all my objects are based on the WPF representation of those objects.

What I can see on wifi: <element id="18a4db736e3" class="Image" namespace="Wpf">

What I can see on LAN: <element id="18a4da11807" class="Image" namespace="UIAutomation">

Upvotes: 0

Views: 95

Answers (1)

frog.ca
frog.ca

Reputation: 732

Firewall seems unrelated to such process operations. Are perhaps network drives involved, where the different network interface type could possibly play a role? But anyway, I recommend contacting the vendor.

Upvotes: 0

Related Questions