-
Notifications
You must be signed in to change notification settings - Fork 617
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
TV, EPG data #895
Comments
looks like you have the necessary details, package, class and id.
…On 1 October 2018 at 17:15, Jaime Herrera ***@***.***> wrote:
Hi, everyone. This is not an issue, but I need some help with an element.
I have to test a tv element in my app and acces to the epg to validate the
channels. Is there a way to test this type of elements?
[image: image]
<https://user-images.githubusercontent.com/17856696/46301157-29e75880-c56b-11e8-8b0f-02a8e9a844cf.png>
Thanks in advance
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#895>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AENzWLKD6eJRZVcGMnaKtm8pgjleLlLJks5ugj-TgaJpZM4XCZ6o>
.
|
Ah, ok, I see what you mean.
You may need to combine Calabash with an OCR library, that’s what I have
done in the past.
…On Monday, 1 October 2018, Jaime Herrera ***@***.***> wrote:
Yeah, but the thats the class, id, etc for the whole element. What I need
is to interact with the channels, schedules. Navigate through them. When I
got the app, I was thinking that one channels and contents will be and
elements. This is an example of an android epg:
[image: image]
<https://user-images.githubusercontent.com/17856696/46301786-fc9baa00-c56c-11e8-872a-a1a5cccc499e.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#895 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AENzWB5EYph_-zuD-3o3Fs4SbMrJ0IFUks5ugkLWgaJpZM4XCZ6o>
.
|
Thanks for the reply. Do you have an example? |
Unfortunately not, it’s a fairly significant piece of work.
What I did was use the ocr tool t capture the screen and then extract the
words. You then use that to extract and create a map of the words on the
screen along with their x and y coordinates. You then use calabash to
undertake an action on that coordinate.
Another option is of course to write your own ‘driver’.
Yet another option is to use a ruby implementation of Sikuli, something
like this...
https://codoid.com/using-sikuli-from-ruby/
…On Monday, 1 October 2018, Jaime Herrera ***@***.***> wrote:
Thanks for the reply.
Do you have an example?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#895 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AENzWLjFnXFYZTCHL0GkD5PdgzDPvicxks5ugmevgaJpZM4XCZ6o>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, everyone. This is not an issue, but I need some help with an element. I have to test a tv element in my app and acces to the epg to validate the channels. Is there a way to test this type of elements?
Thanks in advance
The text was updated successfully, but these errors were encountered: