[
http://jira.openqa.org/browse/WTR-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zeljko closed WTR-412.
----------------------
Resolution: Won't Fix
If this is still a problem, please report it here:
https://github.com/watir/watir-classic/issues
> Unexpected error in check_for_http_error
> ----------------------------------------
>
> Key: WTR-412
> URL: http://jira.openqa.org/browse/WTR-412
> Project: Watir
> Issue Type: Bug
> Components: Frame
> Affects Versions: 1.6.5
> Environment: Windows XP sp3
> Reporter: David Schulberg
> Priority: Major
> Attachments: errorDetail.txt
>
>
> The script shown below executes fine. When I uncomment the line to
> add_checker then I get an error executing the ie.button command. The error
> reported is attached.
> ====================================================
> require 'watir'
> require 'watir/contrib/page_checker'
> @ie = Watir::IE.new
> ieAddr = "http://www.gmail.com"
> #@ie.add_checker(PageCheckers::NAVIGATION_CHECKER)
> begin
> @ie.goto(ieAddr)
> @ie.maximize()
> @ie.text_field(:name, "Email").set("dschulberg")
> @ie.text_field(:name, "Passwd").set("redrock")
> @ie.button(:name, "signIn").click
> rescue Watir::Exception::NavigationException => e
> puts "Page did not load: #{e}"
> check("Cannot connect to " + @base_url, false)
> end
> ===================================================
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development