Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update selenium-4 in Appium Java #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

haiderLambdatest
Copy link

No description provided.

README.md Outdated
ltOptions.put("network", true);
ltOptions.put("tunnel", false);
ltOptions.put("project", ""); //Enter Project name here
ltOptions.put("smartUI.project", ""); //Enter smartUI Project name here

Choose a reason for hiding this comment

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

Please add value in smartUI.project appium-java-real-device

README.md Outdated
DesiredCapabilities capabilities = new DesiredCapabilities();
Map<String, Object> ltOptions = new HashMap<>();
ltOptions.put("deviceName", "Galaxy S21+ 5G");
ltOptions.put("app", "APP"); // Enter your app url

Choose a reason for hiding this comment

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

Add default app name lt://proverbial-android or lt://proverbial-ios

import java.util.HashMap;
import java.util.Map;

public class smartui_android {

Choose a reason for hiding this comment

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

@haiderLambdatest Class Name in Java, Can't start with LowerCase

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.

None yet

2 participants