dbaechtel
11 years agoContributor
What does the following do? Sys.Browser().Page("*")
I have searched using Google and I can find no refernce to Page("*"). What does this do? What is the meaning of "*" ?
- 11 years agoThe
Page
method returns apage
object that corresponds to the opened web page with the specified URL.
Page Method and the star denotes
wildcards. it means it returns object of any opened webpage.
http://support.smartbear.com/viewarticle/54937/