I am updating from watir 1.9.1 to watir 4, using watir classic 3.6.0
When I try and execute a click_no_wait on link that executes a javascript 
function and pulls up a modal dialog I get the following error: 
I have tried a couple of things to try and get around it, but all of them end 
up giving me the same error. 
NoMethodError: undefined method `join' for nil:NilClass
        from 
C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.6.0/lib/watir-classic/element.rb:453:in
 `generate_ruby_code'
        from 
C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.6.0/lib/watir-classic/element.rb:296:in
 `block in method_missing'
        from 
C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.6.0/lib/watir-classic/element.rb:477:in
 `perform_action'
        from 
C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.6.0/lib/watir-classic/element.rb:295:in
 `method_missing'

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir/issues/8
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to