Looks like user_Name is not defined for your LoginInput class. Check your
casing and make sure it exists there. Might be something like user_name, not
user_Name. Otherwise we'd have to have more information on your LoginInput
class.

-Charley

On 5/11/07, Vipul <[EMAIL PROTECTED]> wrote:

now i am getting following exception

'undefined method `user_Name' for LoginInput:Class (NoMethodError)'

in main source file contains the code

require 'Input.rb'
$ie = IE.new()
$ie.goto(test_site)
$ie.text_field(:id,"txtLoginID").set(LoginInput.user_Name)
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to