前々回に紹介したMicrosoft Edge WebDriverの起動処理をスクリプト用に整えていく。まず、起動処理を始める前に不要なプロセスの終了処理を走らせる。 webdriver_edge_stop.ps1 PowerShellからSelenium経由でWebDriverを使うことになるので、PowerShell Seleinumモジュールが必要だ。
限られた期間や時間で検証作業やリリース作業を完了するために、作業効率を上げたくなることがあります。私はこの作業効率の評価軸の1つとしてマウス操作やキーボード操作の量を如何に減らせるかを考えています。 ※回りくどい書き方をしましたが ...
先に答えから書いておく。次のように書き換えることで目的の処理を実現できる(window_move.ps1)。 #!/usr/bin/env pwsh ...
& "$PSScriptRoot/write-typewriter.ps1" "PowerShell is open-source and free! It's available for Linux, Mac OS and Windows" 25 & "$PSScriptRoot/write-typewriter.ps1 ...
世の中には様々なプログラミング言語がある。例えば、PHP、C/C++、Pythonなど挙げればきりがない。エンジニアは用途によっ ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
powershell -ep bypass -File disable_lock_screen_ads_and_recommendations.ps1 powershell -ep bypass -File disable_rdp.ps1 powershell -ep bypass -File disable_remote_assistance.ps1 powershell -ep bypass ...
PowerShell scripts are used for configuring various execution policies. They readily encrypt the files, and so, these files appear to be more secure against prying eyes. However, on Windows, the only ...