- 
                Notifications
    
You must be signed in to change notification settings  - Fork 27
 
Update selenium-4 in Appium Java #19
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
base: master
Are you sure you want to change the base?
Conversation
        
          
                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 | 
There was a problem hiding this comment.
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 | 
There was a problem hiding this comment.
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
        
          
                src/test/java/smartui_android.java
              
                Outdated
          
        
      | import java.util.HashMap; | ||
| import java.util.Map; | ||
| 
               | 
          ||
| public class smartui_android { | 
There was a problem hiding this comment.
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
No description provided.