Re: [Wtr-general] Link description from file

2007-06-08 Thread reinier
I have the same issue. Anyone knows how to handle regular expression retrieved from a file? (so they are a string when used) ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Link description from file

2007-06-07 Thread John
Hi, I have stored the link descriptions in a file to limit the maintenance efforts. I read the description from the file, store it in a variable and then click the link. When I use the whole link description, everything works fine: [code] link = www.example.com/contact.php ie.link(:url,

Re: [Wtr-general] Link description from file

2007-06-07 Thread
hi try this : link = contact ie.link(:url, /#{link}/).click 2007/6/7, John [EMAIL PROTECTED]: Hi, I have stored the link descriptions in a file to limit the maintenance efforts. I read the description from the file, store it in a variable and then click the link. When I use the whole link