hi,
 
1> How do i automate an image map object? This is how my html source looks like
 
<map name="sample">
<area shape="rect" coords="20,27,82,111" href="">
<area shape="circle" coords="129,113,29" href="">
<area shape="rect" coords="21,158,170,211" href="">
<area shape="default" nohref>
</map>
 
2> Is there any chance that watir can support other web browsers in future versions atleast.
 
3> In web pages like yahoo,the links change dyanmically.In this case is using watir feasible...especially if i have to run my testcases several times over a stretch of 2-3 days.....?
 
4> Is t possible to embed SQL queries in ruby script? if so how?
eg: i have an app which enters data thru a form and whichgets stored in the database.I have to go back to my DB ,enter a sql query (select*...) and then verify if it has been saved .can i do the above thru my ruby script?
 
any takers???
 
Regards,
Nishita Acharya.
 
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to