You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-ruby
Hi all,
I need to determine type of input element at run time if it's Locator
is known.
e.g.
Suppose I am having id of an element say "id_01" then at run time how
'd I get what type of this element is ?? like text box, select list
etc..
Thanks in advance!
( I am doing this because i want to have a YAML file to keep "Locator"
and it's "value"), so i need to determine it's type so that i could
use .type or .select etc methods to enter data at runtime.
Upendra Patel
unread,
Apr 16, 2009, 4:13:12 AM4/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleni...@googlegroups.com
Hi Saturn,
u can get type of input element by using following script: