here is the dom reference http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp?frame=true
here is the browser reference http://msdn.microsoft.com/workshop/browser/prog_browser_node_entry.asp?frame=true Watir should use what ever internet explorer is on your pc. I would hazard a guess that you are one of the few people using vbscript on the web page. I dont have any quick answer for you, but I may have a bit of time and I'll see if I canlook into it a bit Paul ----- Original Message ----- From: "Federico Vela" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, February 15, 2007 12:53 PM Subject: Re: [Wtr-general] VBScript Fails with Watir > Hello, > > I'm in dire need to solve this issue, I might have to dump Watir > altogether if it is not resolved soon :(( > > I've definetly narrowed it down to some sort of type mismatch within the > vbscript engine. When i break the VBscript debugger, i cannot evaluate > simple vbscript dim variables, because i get type-mismatch. MAybe the fact > that they have no type has something to do with this? i.e.: > > Dim strInitialDate > Dim strFinalDate > > strInitialDate = document.all("txtInitialDate").value > strFinalDate = document.all("txtFinalDate").value > > One of my coworkers suggested that maybe Watir was instantiating an older > version of internet explorer. Is this possible? could a certain kind of > comand "set" the OLE engine to behave in a backwards compatible way (i.e. > like a previous version of IE)??? > > I've tried accessing the IE.ie object, but i cannot find an api reference > to the OLE object InternetExplorer. Does anyone know where there might be > some API documentation of the "raw" IE object? > > Please help!!! > thank you. > --------------------------------------------------------------------- > Posted via Jive Forums > http://forums.openqa.org/thread.jspa?threadID=6554&messageID=18742#18742 > _______________________________________________ > 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
