[wtr-general] Tabs, PDFs, focus, and Chrome

2013-05-09 Thread Dan Meltz
Short version: new tabs in Chromeprevent old tabs from being used, fixing that means that opened tabs with PDFs in them get reused before a human can examine the PDFs. Originally it worked like this: 1. open new Chrome window to main page of the app (tab #1) 2. [do process A and then] click

[wtr-general] Tabs

2010-05-12 Thread Brad
Hello, I want to click on all the links on a page, got it, I have this working no problem. Some links have their target set to _blank which in turns involves a new tab (a browser tab) inside the same browser window. So if I only had one tab visible and active when the link is clicked now I have

Re: [wtr-general] Tabs

2010-05-12 Thread Wesley Chen
ie = Watir::IE.attach(:title, xxx) can locate an existing IE window. ie.close can close the ie window Wesley. For life, the easier, the better. On Thu, May 13, 2010 at 4:26 AM, Brad bradask...@gmail.com wrote: Hello, I want to click on all the links on a page, got it, I have this working