????

Your IP : 18.217.111.22


Current Path : C:/inetpub/vhost/hotrochinhsach.nextform.vn/api/
Upload File :
Current File : C:/inetpub/vhost/hotrochinhsach.nextform.vn/api/playwright.ps1

#!/usr/bin/env pwsh

$PlaywrightFileName = Join-Path $PSScriptRoot "Microsoft.Playwright.dll"
[Reflection.Assembly]::LoadFile($PlaywrightFileName) | Out-Null
exit [Microsoft.Playwright.Program]::Main($args)