简体   繁体   中英

Selenium issue / java applet

I am trying to automate the testing of a website and have ran into an issue. What happens is that the url address is entered into the search field but the web page doesn't load fully every time. The issue seems to be a java appled that that isn't fully loaded. If I move the mouse a little bit or press a key will it continue to load fully. This means that I have to sit and watch my tests, if they get stuck will i move the mouse so that they can continue.

How can I avoid moving the mouse when this occurs? Because there is no reason for having automated test cases if you have to watch them.

Which selenium do you use IDE or RC ?

I think maybe you can simulate a mouse move on your script by using moveToElement or type in a rand inpuText to simulate a key press.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM