|
-
May 23rd, 2017, 11:09 PM
#1
Thread Starter
New Member
[RESOLVED] selenium vba runtime-error 438
I am learning selenium vba
The below code occurred runtime-error 438
I want to use "Hidecommandpromptwindow" property in selenium vba
How can i use it ?
Have a nice day !!
driver.HideCommandPromptWindow = True runtime error 438 object doesn't support this property or method
Sub abc()
Dim driver As New SeleniumWrapper.WebDriver
driver.HideCommandPromptWindow = True
driver.Start "chrome", "https://www.google.com"
driver.Quit
driver.Close
End Sub
https://i.stack.imgur.com/H1z4f.jpg
https://github.com/danwagnerco/selenium-vba/issues/68
Last edited by Lady Jane; May 24th, 2017 at 07:31 PM.
-
May 24th, 2017, 01:21 PM
#2
-
May 24th, 2017, 07:29 PM
#3
Thread Starter
New Member
Re: selenium vba runtime-error 438
wow thank you very much 
I admired your knowledge.
My curiosity has been resolved.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|