Skip to content

Fix build & runtime issues for Appium C# Android & iOS projects#11

Open
belaletech wants to merge 3 commits intoLambdaTest:masterfrom
belaletech:master
Open

Fix build & runtime issues for Appium C# Android & iOS projects#11
belaletech wants to merge 3 commits intoLambdaTest:masterfrom
belaletech:master

Conversation

@belaletech
Copy link
Copy Markdown

Fixed runtime crash by removing unsupported script timeout, upgraded project to .NET 8, and cleaned up legacy package config for stable execution on Android & iOS.


// Set URL of the application under test
caps.AddAdditionalCapability("app", "APP_URL"); //Add the App ID
caps.AddAdditionalCapability("app", "lt://APP10160311521768935596417357"); //Add the App ID
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
caps.AddAdditionalCapability("app", "lt://APP10160311521768935596417357"); //Add the App ID
caps.AddAdditionalCapability("app", "<your_app_id>"); //Add the App ID

Comment thread ios/csharp-appium-ios/Program.cs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants