Hi,
 
Try the following XPath:

ie.button(:xpath, "//button[contains(.,'Delete')]")

What I think wrong with you xpath is that you are trying to access button which has attribute called 'value' whose value is 'Delete'. But there is no button with attribute 'value'.

Try the above XPath & let me know if it's not working.


Regards,
Angrez
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to