gkvappium

Results 2 issues of gkvappium

Steps to reproduce ------------------ # Check if PowerShell repository exists on local machine if ($null -eq (Get-PSRepository | Where-Object { $_.Name -eq "TestPsModulesRepo" })) { Write-Host "Registering PowerSHellGet Repo 'TestPsModulesRepo'"...

I want to retrieve the text from an alert message. On android there is no problem. But on IOS, can't really get the text. I do not want to do...