[wtr-general] How to disable SSL in browser

2009-07-02 Thread Ye Jian
Hi,All I want to disable SSL in ie when it access a SSL site.In celerity,we can use folloing code to disable SSL browser = Celerity::Browser.new(:secure_ssl = false) How can I do in watir to disable SSL in browser?anyone can let me know? Thanks -Camael

[wtr-general] Re: How to display row,clolumn values of a table

2009-06-29 Thread Ye Jian
Try with following code. t = $ie.table(:class,table_list) print table columns: ,t.column_count.to_s print \ntable rows: ,t.row_count.to_s print \nthe first column of first row:,t.column_values(1)[1] print \nthe second column of first row:,t.column_values(0)[1] Any question,pls let me know.

[wtr-general] Re: accessing javascript elements with watir

2009-06-25 Thread Ye Jian
Hi,Krian Are you sure to use ie.radio(:name,abc).set to access a checkbox? I remember,if you want to access a checkbox,you need use ie.checkbox(:name,abc) to access it. -Camael 发件人: kiran 发送时间: 2009-06-26 00:11:59 收件人: Watir General 抄送: 主题: [wtr-general] accessing javascript elements

[wtr-general] Re: How to click on Ok of a pop-up message window

2009-06-24 Thread Ye Jian
change $ie.button(:name, submit_btn).click to $ie.button(:name, submit_btn).click_no_wait and try again. -Camael 发件人: Maumita 发送时间: 2009-06-24 17:50:06 收件人: Watir General 抄送: 主题: [wtr-general] Re: How to click on Ok of a pop-up message window Hi, I did the following changes but then

[wtr-general] Re: Error using watir when trying to run a web testing

2009-06-19 Thread Ye Jian
The code without problem on my mahcine(winxp+IE7). 2009-06-19 QA Manager Ufinity/QA department Email: j...@cn.ufinity.com | Web: www.ufinity.com | MSN:ahyej...@hotmail.com Tel:0551-5312050,5312060-805 Address: 605 #317/318/319 Huangshan Road,HeFei City,An Hui Province 发件人: ryan li 发送时间: