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

Video player controls not working on iOS10 #7042

Closed
qakapil opened this issue Oct 18, 2016 · 5 comments
Closed

Video player controls not working on iOS10 #7042

qakapil opened this issue Oct 18, 2016 · 5 comments

Comments

@qakapil
Copy link

qakapil commented Oct 18, 2016

The problem

My tests with Appium1.6-Xcode8 were more or less working fine until I encountered this issue on iOS10 App yesterday. For our app we have some tests which perform actions on a video player like play, pause, fwd, rewind etc (think of youtube player). Somehow Appium1.6 is not able to perform any action on the elements on this video player. The elements are being recognized properly.

So self.driver.find_element(By.ID, “PLAY_BUTTON”) does return the element. However, self.driver.find_element(By.ID, “PlayerControls_Close_Button”).click() does nothing.

When I look at the appium page_source, everything looks fine with the element. -

This is happening for all the other elements on the player.

Note - Same tests with Xcode8-Appium1.6 work fine on iOS9, I see this issue on iOS10 device only. Any suggestions ?

Environment

Appium1.6
Xcode8
iOS10
MAC OS

@triager triager added the Needs Triage bugs which are not yet confirmed label Oct 18, 2016
@mykola-mokhnach
Copy link
Collaborator

If this is landscape mode then it's known issue. Otherwise try to tap by coordinates instead of invoking click method.

@qakapil
Copy link
Author

qakapil commented Oct 18, 2016

@mykola-mokhnach thanks for replying. Yes, by our player always launches in landscape view. So does it mean I am blocked here ? Same tests do work on iOS9 though with Appium1.6. Could you please share the issue/bug number with me ?

@mykola-mokhnach
Copy link
Collaborator

yw: #6994

@qakapil
Copy link
Author

qakapil commented Oct 18, 2016

@mykola-mokhnach Thanks. Though in my case I am using iPhone iOS10.0(real device) and not iPad or simulator.

@imurchie imurchie removed the Needs Triage bugs which are not yet confirmed label Jul 19, 2017
@lock
Copy link

lock bot commented Apr 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants