Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Since you're using the TestedApps object to run IE, it's possible that, since you developed the test project under 64 bit, it has as it's directory path "C:\Program Files (x86)\Internet Explorer\"
On a 32 bit machine, this would show up only as "C:\Program Files\Internet Explorer\"
Consider using Sys.OSInfo.Windows32bit to determine if your operating system is 32 or 64 bit and assign the TestedApps.Page1.Path accordingly based upon the result.
On a 32 bit machine, this would show up only as "C:\Program Files\Internet Explorer\"
Consider using Sys.OSInfo.Windows32bit to determine if your operating system is 32 or 64 bit and assign the TestedApps.Page1.Path accordingly based upon the result.