R
Raju Alluri
Hi,
I was trying to open a url through ruby script in firefox browser.
The below code opens the link in the background in Internet Explorer.
Is there a way to open it in Firefox and in foreground ?
require 'open-uri'
require 'uri'
open("http://mail.yahoo.com")
Thanks in advance,
Raju
I was trying to open a url through ruby script in firefox browser.
The below code opens the link in the background in Internet Explorer.
Is there a way to open it in Firefox and in foreground ?
require 'open-uri'
require 'uri'
open("http://mail.yahoo.com")
Thanks in advance,
Raju