Dan, Thanks for the help, but I wasn't able to make that work, either. I also tried exploring using something like b = Watir::Browser.new :chrome, :switches => ['--disable-plugins'] but I had no luck with that, either.
The point of the test is for a human to look at the PDFs, so I don't really care if they are downloaded or left open in the browser, I just need to get *one* of those options to work. I hate to even consider it, but it's starting to look like I'll just have to open a new browser for every freakin' test, because there doesn't seem to be any way to get chrome to *actually* download PDFs, nor any way to use watir to *actually* go back to a previously opened (and still open) tab. Yes, I tried browser.window(:title => "tab_name").use do. No, it doesn't work, because there is a modal there, so I need focus to go back there so it will see the modal. At least that's what it seems like. Back to the drawing board. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
