[wtr-general] Re: Fill up values in popup with nested frames is slow in IE

2015-01-07 Thread Selenium Framework
Are you using page-object gem, if so, I had this issue but not with frames but typing into any text field. The issue got resolved though with watir/selenium webdriver calls directly. Sorry if this doesn't provide any solution, but still thought would chip in my comments. On Thursday, December

[wtr-general] Re: Test Results in HTML Report File

2015-01-07 Thread Selenium Framework
You can use Cucumber as a test framework and that works very well with watir/selenium. The html reports, screenshots etc. are all available with just a config setting. See this post if it helps - http://www.seleniumframework.com/basic-tutorial/html-reports/ On Tuesday, January 6, 2015 2:35:35

[wtr-general] Re: how to get what is currently selected now in the select_list?

2015-01-07 Thread Jackie Custodio
Hi, I am working on a select_list for a datepicker as below: https://lh4.googleusercontent.com/-TQg55FUCfk4/VKzcezWEOyI/AkM/WIE2vlEW92A/s1600/dob.jpg I have the following for my xpath: select_list :date_list, xpath:'//div[@class=select-group

Re: [wtr-general] Div tag .. issue in set value

2015-01-07 Thread Sohail Mirza
I further checked, basically when click on cell .. it rendered as textarea as following so i got it working with following line @browser.textarea(:index,0).when_present.set 'test' Cheers [image: Inline image 1] On Wed, Jan 7, 2015 at 5:16 PM, Sohail Mirza mrz...@gmail.com wrote: Hi Joe,

[wtr-general] Watir Ruby scripts not running consecutively correctly

2015-01-07 Thread Ma St
*Issue:* I am using code I grabbed from another post, which I have included that should kick off my ruby scripts in consecutive order. I have two ruby test scripts (TestResearch.rb and TestResearch2.rb). I have a main script (mainscript.rb). There are two issues when I kick off the

[wtr-general] Re: Special Characters

2015-01-07 Thread Selenium Framework
You will have to provide more detail 1) Which browser 2) Did you check the meta tag and encoding attribute for that. See this link - http://stackoverflow.com/questions/3479383/why-is-ie-failing-to-show-utf-8-encoded-text On Sunday, December 7, 2014 6:28:14 AM UTC-5, Alberto Magalhães wrote:

Re: [wtr-general] Re: Test Results in HTML Report File

2015-01-07 Thread Oscar Rieken
On Tue, Jan 6, 2015 at 2:43 PM, Selenium Framework seleniumfrm...@gmail.com wrote: You can use Cucumber as a test framework and that works very well with watir/selenium. Small hijack of this thread but. https://cucumber.pro/blog/2014/03/03/the-worlds-most-misunderstood-collaboration-tool.html

Re: [wtr-general] Div tag .. issue in set value

2015-01-07 Thread Sohail Mirza
Hi Joe, Struck with strange issue... I am trying set text in the cell of row with the following code but no success. There is no error for executed script but no text typed in cell and just got focus out from cell.