watir to access combobox

S

Sean Nakasone

I'm new to watir and IE Developer Toolbar so please bear with me.

I have a combobox in a website that i want to set. The 'Select Element by
Click' feature in IE Developer Toolbar doesn't work on this combobox.
Does that mean that I can't set the combobox?

If I can set it, how? would appreciate code snippets.
 
L

lrlebron

I'm new to watir and IE Developer Toolbar so please bear with me.

I have a combobox in a website that i want to set. The 'Select Element by
Click' feature in IE Developer Toolbar doesn't work on this combobox.
Does that mean that I can't set the combobox?

If I can set it, how? would appreciate code snippets.

If you know the name of the select list you can try this

ie.select_list:)name, 'name').select_value('value')


Luis
 
L

lrlebron

I'm new to watir and IE Developer Toolbar so please bear with me.

I have a combobox in a website that i want to set. The 'Select Element by
Click' feature in IE Developer Toolbar doesn't work on this combobox.
Does that mean that I can't set the combobox?

If I can set it, how? would appreciate code snippets.

If you know the name of the select list you can try this

ie.select_list:)name, 'name').select_value('value')


Luis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top