Hi,
I have opened 4 browsers and trying to get the url's of each browser.
Below is the code that I am executing.
[ ] LIST OF WINDOW lBrowser = Desktop.FindAll("//BrowserApplication")
[ ] a=ListCount(lBrowser)
[ ] print(a)
Instead of a=4 in the result log it is showing as a=0
Can you please clarify.