Re: [Sikuli-driver] [Question #291438]: Can I validate Audio/Video playing in youtube in Android/ios Mobile

2016-04-19 Thread Rakesh
Question #291438 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/291438

Rakesh posted a new comment:
Thanks RaiMan.

How about for video clips stored in the Desktop ? whether all scenarios
can be tested ?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #291438]: Can I validate Audio/Video playing in youtube in Android/ios Mobile

2016-04-19 Thread Rakesh
New question #291438 on Sikuli:
https://answers.launchpad.net/sikuli/+question/291438

Hi,
I am completely new to the Video domain & Sikuli tool as well. Need your help 
for the below questions:-

1. How can i validate whether Audio is working fine ?
2. How can i validate the video status playing, pause and stop in Youtube for 
Android/ios Mobile ?
3. How do you ensure whether video freezes or not ?
4. How to validate start, stop, pause and seek ?
5. How do i  validate Sustainable Playback 10 Minutes Uninterrupted ?

Your inputs/suggestion at the earliest would be much appreciated.


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #262390]: import error for the packages import unittest2 as unittest and from sikuli import * In Pycharm Ide in HTMLTestRunner.py file

2015-02-19 Thread rakesh
New question #262390 on Sikuli:
https://answers.launchpad.net/sikuli/+question/262390

I am using HTMLTestRunner.py file for reporting , As per the instructions in 
the blog i have used the modified HTMLTestRunner then i installed python sikuli 
client and Jython sikuli server But still am facing import error with below 
.

import unittest2 as unittest 
from sikuli import *


Please help me out i am using Pycharm IDE  working on Appium with Python so i 
need device screenshots in fail cases 

Thanks,

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #172411]: Java equivalent of screen.type(g, KEY_CMD|KEY_SHIFT)

2011-09-26 Thread Rakesh
New question #172411 on Sikuli:
https://answers.launchpad.net/sikuli/+question/172411

I am trying to invoke the browse dialog in Finder using MAC short cut 
cmd+shift+g
I tried the following without success:

What is the java equivalent of  :
type(g, KEY_CMD|KEY_SHIFT)

I tried :
Robot Keyboard1 = new Robot();

Keyboard1.keyPress(KeyEvent.VK_META);
Keyboard1.keyPress(KeyEvent.VK_SHIFT);
Keyboard1.keyPress(KeyEvent.VK_G);

Keyboard1.keyRelease(KeyEvent.VK_META);
Keyboard1.keyRelease(KeyEvent.VK_SHIFT);
Keyboard1.keyRelease(KeyEvent.VK_G);

is it possible to use the type function in sikuli.script.jar?

Thanks,
Rakesh



-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp