[wtr-general] Re: click link in out of focus

2009-05-01 Thread venky
Hi All, Thanks a lot its working fine... Regards, Venkat http://www.prog2impress.com/ On Apr 13, 11:48 pm, Chuck van der Linden sqa...@gmail.com wrote: I think your nomenclature is what is confusing people.  there is a parameter of some objects that can set the to visible or not visible..

[wtr-general] Re: click link in out of focus

2009-04-13 Thread venky
Hi Orde, Thanks for ur reply. This does't meet the requirement. Let me make things clear. When I click a link manually I have to scroll down and click the link. But when I automate to click the link, the link is getting clicked which is not visible to the user. So my requirement is to make the

[wtr-general] Re: click link in out of focus

2009-04-13 Thread Chuck van der Linden
I think your nomenclature is what is confusing people. there is a parameter of some objects that can set the to visible or not visible.. so when people see 'visible' they think you are talking about this. Especially since that property does not change if the object is in the current 'view' of

[wtr-general] Re: click link in out of focus

2009-04-08 Thread orde
Perhaps: @browser.link(:id, 'link_id').fire_event('onfocus') @browser.link(:id, 'link_id').click Do you have sample HTML? On Apr 8, 5:13 am, venky venkatesh...@gmail.com wrote: Hi All, I need to click a link which is out of focus in the page. I want the particular link or image to be