cmd125
2 years agoOccasional Contributor
WaitNamedChild not working
It seems as thought the WaitNamedChild method isn't working and doesn't find the element on screen. Instead it just waits until the set timeout time runs out. For example I use when I go to a certain...
- 2 years ago
Please disregard. Not sure why but when I changed it to wait for a different element it worked. Thanks anyways.
- 2 years ago
I think I figured it out. If an element has two different xpaths set in the namemappings but pointed to different elements, it doesn't work. I had added two different xpaths due to the differences between qa and dev so that my tests would work on both until qa was updated, but when qa got updated this occurred. I'm pretty sure that is what happened here and I hope this helps anyone else that runs into this problem.