Hi,
Can we feed data to the below html element using selenium-web driver?
Check Box;Select List;Multi-select list;Text area;Text Box;Radio Button.
If you refer any web link would also be great for me.
···
--
Posted via http://www.ruby-forum.com/.
Hi,
Can we feed data to the below html element using selenium-web driver?
Check Box;Select List;Multi-select list;Text area;Text Box;Radio Button.
If you refer any web link would also be great for me.
--
Posted via http://www.ruby-forum.com/.
Everything is covered in the documentation:
http://seleniumhq.org/docs/03_webdriver.jsp
For comparison, here's watir-webdriver's approach to elements:
http://watirwebdriver.com/web-elements/
--
Posted via http://www.ruby-forum.com/.