up vote 1 down vote favorite
share [g+] share [fb]

The only thing that looks a bit like what I'm trying to achieve is this, but this works only for IE... for firefox I found that information, so is it not possible to open tabs, just new windows?

And the attach method is accessing only already OPEN tabs/windows... Is there a way to decide to open a specific link in a new window/tab? I searched in the documentation, but I didn't find such a function...

link|improve this question

1  
What is the difference between opening a page in a new tab and in a new window? Why do you care if new window is opened in a tab or in a window? What are you trying to do? – Ċ½eljko Filipin Sep 2 '10 at 12:23
I'd like to try something like multithreading, automating a site... ok doesn't matter anymore... – apirogov Sep 2 '10 at 14:08
feedback

1 Answer

up vote 0 down vote accepted

Ok thats not a solution but a work-around:

I switch to ruby mechanize, is quite different to use, but allows to do multithreading and everything without a visible browser window...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.