Re: [Wtr-general] Microsoft Tab Strip Issues - urgent

2007-06-17 Thread imran
Hi, Bret Thanks. I will try the regular expression. If you means to say any hidden parameter as session key then no. I need to work on regular expressions. thanks for the link. I will let you know about the progress i made. I think microsft tab strip support must be added to the watir. Also

Re: [Wtr-general] Microsoft Tab Strip Issues - urgent

2007-06-15 Thread Bret Pettichord
Can you find the session key in the page itself? ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Microsoft Tab Strip Issues - urgent

2007-06-15 Thread Jeff Fry
Another approach might be to work around not knowing the session key with regular expressions, perhaps something like: $ie.form(:action, /CCAdmissionDefAdmissionInfo.aspx/) Note that ie.form and :action above are blind guesses, since I haven't worked tabs like this, but hopefully illustrate how

Re: [Wtr-general] Microsoft Tab Strip Issues - urgent

2007-06-14 Thread Bret Pettichord
imran wrote: Actually its a Microsoft Tab Strip, the better way to explain it i found a link. Please follow it. http://msdn2.microsoft.com/en-us/library/ms529257.aspx Thanks waiting for the response. OK. That is not ActiveX (i guessed wrong). It is a server-side code. When it hits the

[Wtr-general] Microsoft Tab Strip Issues - urgent

2007-06-13 Thread imran
Hi, All I am working on writing the scripts for my web application but the problem is that i am unable to locate the object named Microsoft Tab strip. Code is like that TR TD colSpan=4?IMPORT NAMESPACE = TSNS IMPLEMENTATION = http://zaigham/webctrl_client/1_0/tabstrip.htc; DECLARENAMESPACE

Re: [Wtr-general] Microsoft Tab Strip Issues - urgent

2007-06-13 Thread Bret Pettichord
This looks like an ActiveX control. I don't know how to handle ActiveX controls with Watir. Can you point us to a page that includes this control? Bret ___ Wtr-general mailing list Wtr-general@rubyforge.org