You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the recent removal of LaunchApp() from the latest Appium BaseDriver, we need to replace all the occurrences with ActivateApp()
** Need to make sure we maintain the app ID (ie. "io.appium.android.apis") in a helper file: dotnet-client/test/integration/helpers/Apps.cs
The text was updated successfully, but these errors were encountered:
Dor-bl
changed the title
Chore: Replace all lunchApp() methods on Integration tests
Chore: Replace all LaunchApp() methods on Integration tests
Mar 29, 2024
Due to the recent removal of
LaunchApp()
from the latest Appium BaseDriver, we need to replace all the occurrences withActivateApp()
** Need to make sure we maintain the app ID (ie. "io.appium.android.apis") in a helper file:
dotnet-client/test/integration/helpers/Apps.cs
The text was updated successfully, but these errors were encountered: