I am trying to perform a certain validation on a specific object (please see snapshot included in this Dropbox link below).
The object is valid and is recognized when trying to highlight it, but when the user code runs- it cannot be identified. why is that?
this is the function in question:
if(repo.Observer80.IsNotLive.Class.Equals("displayLive"))
{
Report.Info("Success! Live is now off after altering its state in preferences!");
}
else
Report.Error("result","live was not disabled as expected");
and this the error I get:
Failed to find item 'Ranorex8_0Repository.Observer80.IsNotLive'.
No element found for path '/dom[@domain='192.168.10.52']//div[#'Monitor']/div/div[3]/div[2]/div/div[2]/div[1]/div/div/div/div/div[3]/div/div[2]/div[@title='On Air']' within 1m.
any advice?

dropbox link:
https://www.dropbox.com/s/tb0s53ruf8bch ... rxsnp?dl=0