Forum Discussion

gvkr1985's avatar
gvkr1985
Occasional Contributor
11 years ago

What is the difference between BrowserWindow property and BrowserWindow(0) property...

  • Hi Venkat,

     

    BrowserWindow is a test object that allows accessing an opened browser windows. To access the target window, you use the object with the index, like BrowserWindow(0).

    Does it make sense?