tap/click on button not working in real device iOS 12.4 version.
See original GitHub issueThe problem
Tap/Click on button not working in iOS version 12.4. Tried the same of different appium versions
Environment
- Appium 1.17.1-beta.0 , 1.14, 1.15
- iPhone Real device X OS version 12.4
- Mac OS 10.14.4 (18E227)
- Npm 6.14.3
/usr/local/lib
└─┬ appium@1.17.1-beta.0
├─┬ appium-ios-driver@4.6.2
│ └── appium-remote-debugger@4.5.0
└─┬ appium-xcuitest-driver@3.20.0
└── appium-remote-debugger@8.9.0
Details
I am trying to click on button using my selenium script, but it’s not working. Tried with different appium versions but result is failure.
But With same appium version(mentioned above) it works fine when i try to get mobile coordinates and click. as per one of the solution mentioned in https://github.com/appium/appium/issues/13512
When i try the same code on iphone OS version 12.1.1 , i get a browser pop up with message This site is attempting to open a pop-up window
Ref: https://github.com/appium/appium/issues/14091
This issue is also persists.
Link to Appium logs
https://gist.github.com/ishanm120/8b8400bc375bef37d35faf1c6cc70a2f
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Tap to click many times not working in Monterey...
First problem is: command + tap, or shift + tap, tap missed 3 times, it's mean you need action with command + tap,...
Read more >Click/Tap event not triggering in iframe on iOS devices
I have an instance of an iframe that contains an element with a click handler. The iframe contains a video with a play...
Read more >Universal Control Not Working? Here's How to Fix It
First up, Universal Control requires iPadOS 15.4 on an iPad and macOS Monterey 12.3 on a Mac. It is compatible with the following...
Read more >How to bypass IOS 12.4.8 | Fix Home Button Not Working After ...
After nyo ma bypass wag nyo muna irerestart. Install nyo muna yung safeshutdown. Panoorin nyo po yung part 2 kung pano I-install yung ......
Read more >Double tap on back of device gesture from Android 12 port
The default command seemed to work but I changed it to back button simulation, and it doesn't work. My phone vibrates, telling me...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It looks related to the below preferences on your device since the attached log was JS related. https://stackoverflow.com/questions/59273376/safari-show-pop-up-on-window-open https://kb.wisc.edu/helpdesk/page.php?id=40874
Closed because of no response