Hi,
we have already some tests, and they are running fine on firefox. I've
started now to run the tests on IE and bekame an endless loop of
following:
windmill.server.https: DEBUG "GET
http://localhost:8080/latest/login/windmill-serv/css/smoothness/images/ui-bg_glass_95_
windmill.dep._wsgi_jsonrpc: DEBUG Sending
{"version":"1.1","method":"next_action","params":[]} to dispatcher
windmill.dep._wsgi_jsonrpc: DEBUG decoded to python object
{u'version': u'1.1', u'params': [], u'method': u'next_action'}
windmill.dep._wsgi_jsonrpc: DEBUG dispatcher has key next_action
jsonrpc_methods_instance: DEBUG queue has no next_action, returning
"pause" method
windmill.dep._wsgi_jsonrpc: DEBUG serializing {'result':
{'version': '0.1', 'method': 'defer'}}
windmill.server.https: DEBUG "POST
http://tomek-desktop:8080/windmill-jsonrpc/?preventCache=1288184605002
HTTP/1.1" 200 -
windmill.dep._wsgi_jsonrpc: DEBUG Sending
{"version":"1.1","method":"next_action","params":[]} to dispatcher
windmill.dep._wsgi_jsonrpc: DEBUG decoded to python object
{u'version': u'1.1', u'params': [], u'method': u'next_action'}
windmill.dep._wsgi_jsonrpc: DEBUG dispatcher has key next_action
jsonrpc_methods_instance: DEBUG queue has no next_action, returning
"pause" method
windmill.dep._wsgi_jsonrpc: DEBUG serializing {'result':
{'version': '0.1', 'method': 'defer'}}
windmill.server.https: DEBUG "POST
http://localhost:8080/windmill-jsonrpc/?preventCache=1288184605034
HTTP/1.1" 200 -
windmill.dep._wsgi_jsonrpc: DEBUG Sending
{"version":"1.1","method":"next_action","params":[]} to dispatcher
windmill.dep._wsgi_jsonrpc: DEBUG decoded to python object
{u'version': u'1.1', u'params': [], u'method': u'next_action'}
windmill.dep._wsgi_jsonrpc: DEBUG dispatcher has key next_action
jsonrpc_methods_instance: DEBUG queue has no next_action, returning
"pause" method
windmill.dep._wsgi_jsonrpc: DEBUG serializing {'result':
{'version': '0.1', 'method': 'defer'}}
...
This happens after the login page is sumbitted. The IDE hangs on the
command. I tried with waits.forElement and waits.forPageLoad with the
same result. I can brake the loop, when I in the IDE manually click
the last command again.
Any Ideas?