rzirpolo
6 years agoOccasional Contributor
Utilising If.. Then to check if browser running
Version: 12.50.4142.7 x64
I am noticing very intermittent behaviour for tests in my Project Suite which utilise running a browser (Internet Explorer).
I have common failures that the "Run Browser" command simply doesn't work so this then breaks the test. I have previously tried to do this alternatvley utilising Start > Run option and I have seen references to code but I just want to use the available option to run a browser and for it to be consistent.
I did think I can use an If ... Then condition using Sys.WaitBrowser().Exists Equals False that if the Run Browser doesn't work this is can be triggered but this doesn't seem to work.
Any advice would be appreciated.