Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Will OATS playback work when browser or remote desktop minimized?

Rekha A-OracleMar 27 2015 — edited Apr 9 2015

Hi...

I have a problem during playback for web functionality test when browser or remote desktop is minimized. But when the screen in maximized state it is working fine.Mostly web.image().click(); is failing..can anyone give suggestions...

Thanks...

Comments

baftos
Not sure if this will help, but try to consume() the events.
darrylburke
Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.
darrylburke
It's this second-long delay which is the anomoly. I'm guessing it results from the fact that the KeyEvent is not being fired constantly or immediately after the release of the first key.
That's the usual key-repeat behavior on most OSs.
I'm wondering if there's a way to get rid of the delay
Probably by setting booleans in the keyPressed(...) / keyReleased(...) and polling those booleans at equal intervals using a Timer.

db
843807
>
Probably by setting booleans in the keyPressed(...) / keyReleased(...) and polling those booleans at equal intervals using a Timer.
>

I did something similar to this. Thanks.
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 7 2015
Added on Mar 27 2015
5 comments
1,214 views