Skip to content

tobony/installer-webdriver-for-seleniumVBA

Repository files navigation

installer-webdriver-for-seleniumVBA

web driver를 설치합니다.

  • chrome driver와
  • MS edge driver를 설치합니다.

실행 후, 선택지 1번과 2번을 선택함에 따라 해당드라이버를 SeleniumVBA 설치폴더에 다운받아 복사합니다.



image



image



How to build .EXE file

  • 윈도우 powershell을 실행합니다.

  • PS2EXE 모듈 설치를 합니다.
    Install-Module -Name ps2exe -Scope CurrentUser -Force

  • 아래 명령어로 exe파일을 생성합니다.
    Invoke-ps2exe -InputFile "./install-webdriver-seleniumVBA.ps1" -OutputFile "./install-webdriver.exe" -NoConsole -RequireAdmin



About

installer-webdriver-for-seleniumBASIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published