I am again having a hard time in completing assignment no 1. Everytime the workflow gets faulted at ‘Get Text’ activity for sha1 result. However when i run and test the associated .xaml file individually, it works fine. I don’t see any change in the selectors as well. If anybody could help, it would be great.
I used a ‘Delay’ activity with delay of 3 Seconds, followed by ‘Element Exists’ with the selector of the Hashcode and then the ‘Get Text’ activity to get the hashcode. Also, change the WaitForReady property of Get Text to ‘Complete’.
I’m having the issue listed here but am unable to get it work with the suggested workarounds. I’m able to use the Ui Explorer to highlight the target of Get Text and that’s working as intended. Is the solution really just to wait longer? There’s no way this web page is taking longer than 30 seconds to load when generating the hash. I have also set up the part of my program that reads from the hashing page in a way that I can run it solo. When doing that I’m able to get the expected functionality; however, when trying to use that code in my main workflow it doesn’t work. What could be going wrong here?