Re: [wtr-general] Dropdown using onchange=javascript:setTimeout(

2013-09-09 Thread Željko Filipin
Please provide HTML that would reproduce the problem or link to the page where the problem is reproducible. Also, please provide the Ruby code that produces the error. Željko -- https://leanpub.com/watirbook On Mon, Sep 9, 2013 at 12:16 AM, topgun fifteen gotblinds...@gmail.comwrote: Hi

Re: [wtr-general] Dropdown using onchange=javascript:setTimeout(

2013-09-09 Thread topgun fifteen
Hi Zeljko, Here is my *html* div div class=reg_client_label style=margin-left: 30px; … /div div class=reg_client_ctrl select id=CPContent_TabContainer1_tab_company_information_ddlIndustry1 class=il_ddl style=width:350px;

Re: [wtr-general] Dropdown using onchange=javascript:setTimeout(

2013-09-09 Thread Željko Filipin
On Mon, Sep 9, 2013 at 4:25 PM, topgun fifteen gotblinds...@gmail.comwrote: Here is my Ruby Error Error: test_valid_client(ClientRecord_Create) You still did not post the Ruby code that causes the error. Also, can you reproduce the error just with the HTML you have posted? Željko -- --

Re: [wtr-general] Dropdown using onchange=javascript:setTimeout(

2013-09-09 Thread topgun fifteen
Here is the ruby code. class ClientRecord_Create Test::Unit::TestCase def test_valid_client industry1_dropdown.select(readExcel.getValue(Complete_Record,industry1)) industry2_dropdown.select(readExcel.getValue(Complete_Record,industry2))