Scrape a new window

Hi all,

I'm having trouble with this site that has a list of purchase orders. Each order ID is a link to a new pop up window. Is it possible to scrape the new window with webscrapper?

Thanks!

Hi!

You can use Element Click selector for that. First, you pick a button to a Click selector, and then, having it pressed (physically by yourself), you a window contents into actual Selector. Then you create text/etc selectors to pick window contents.