What is Set IE = CreateObject(”InternetExplorer.Application”) equivalent for Chrome
Question ID: 104912
0
0
Marked as spam
Posted by (Questions: 2, Answers: 1)
Asked on March 21, 2013 1:54 pm
2613 views
Answers (2)
0
Private answer

Dim iURL
Dim objShell

iURL = ''www.google.ie''

set objShell = CreateObject(''Shell.Application'')
objShell.ShellExecute ''chrome.exe'', iURL, '''', '''', 1

you may have to use something like this for the path: `''C:Program Files (x86)GoogleChromeApplicationchrome.exe''`

Marked as spam
Posted by (Questions: 6, Answers: 167)
Answered on March 21, 2013 2:18 pm
0
Private answer

The original solution worked without modification. Was able to incorporate into existing framework without issues.

Thanks

Marked as spam
Posted by (Questions: 2, Answers: 1)
Answered on March 21, 2013 3:16 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top