Re: [wtr-general] Welcome Jarmo Pertman to the core Watir team

2010-09-27 Thread Željko Filipin
Jarmo, welcome to the team! :) One comment inline. On Fri, Sep 24, 2010 at 11:26 PM, Charley Baker charley.ba...@gmail.com wrote: I'd recommend anyone doing Watir testing to also do a podcast with Zeljko +1 :) Željko -- Before posting, please read http://watir.com/support. In short:

Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2010-09-27 Thread Željko Filipin
http://stackoverflow.com/questions/3789425/how-can-i-have-watir-recognize-an-input-tag-with-a-custom-class -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

[wtr-general] Re: Script runs well in irb, but not when i run it using as a whole

2010-09-27 Thread chandu.tennety
Instead of: wait_until {ie.frame(:src,./ app).text_field(:id,c_nameFieldId).exist?} Try: Watir::Waiter.wait_until {ie.frame(:src,./ app).text_field(:id,c_nameFieldId).exist?} I guess you could include Watir::Waiter and then use the method as Željko suggested, but I'm not sure of all the

[wtr-general] Re: Anyway to Change or Edit HTML on a page using Watir-Webdriver

2010-09-27 Thread Usman Hussain
Hey Jarmo, thank you for your help. ive written some Javascript: var option = document.createElement(option) option.setAttribute(value, /content/story/jackpotjoy/video_test99) var text = document.createTextNode(/content/story/jackpotjoy/ video_test99) option.appendChild(text) var option_location

[wtr-general] WatirSPlash Question for Jarmo

2010-09-27 Thread tester86
Sorry if this is not the right place to ask a question as I could not find that google group for watirsplah. When I did gem install watirsplash I got the following error: Building native extensions. This could take a while... ERROR: Error installing watirsplash: ERROR: Failed to build

[wtr-general] Feedback on Watir 1.6.6.rc1

2010-09-27 Thread Charley Baker
Hi all, We released this version last week. http://groups.google.com/group/watir-general/t/7124525f9775a0ba?hl=en I'd appreciate any feedback you have on running your current tests before we move on to rc2 or release it. 1.6.7 should be coming up soon, but now's your chance to have a difference