[Selenium-users] 2 same links on one page.

2005-12-21 Thread Tushar Shah
 Hi All,I have 2 links on 1 page which has the name very similar say: "Own". How do i access one of the link in my code.Please let me know.Regards, Tushar__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around

[Selenium-users] link not working.

2005-12-21 Thread Tushar Shah
 Hi All,I have a nav action link which is not working:The page source is:
td>

Re: [Selenium-users] selenium_server error

OK, I removed Twisted-2.0 and installed Twisted-1.3 and everything works on the new box - as it does on the others. On or about Tue, 20 Dec 2005 15:33:24 -0500 Warren Pollans <[EMAIL PROTECTED]> allegedly wrote: > Hello, > > I'm trying to install selenium on a new install of ubuntu linux on a

[Selenium-users] Verify.fail?

Hi all Thanks to Mike Williams I think it was, I know I can do Assert.fail(strMessage); in user-externsion.js. Question I have now is, how do I do the same with Verify? Yes, I realise this is an odd thing to want to do - commands should support assert* and verify* but in this one perculiar

[Selenium-users] [EMAIL PROTECTED] in firefox

Why does this not work in firefox? eg assertAttribute [EMAIL PROTECTED] myClass works fine in IE, in FF I see Actual value 'null' did not match 'myClass' (I don't know why null is quoted - looks wrong to me). Anyway, how should attributes be tested in FF? Better, how to do attr tes