Results 1 to 3 of 3

Thread: [RESOLVED] selenium vba runtime-error 438

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2016
    Posts
    5

    Resolved [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

    Name:  vvvv.jpg
Views: 2293
Size:  56.8 KB
    Last edited by Lady Jane; May 24th, 2017 at 07:31 PM.

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
  •  



Click Here to Expand Forum to Full Width