views:

89

answers:

0

hi I'm new to Selenium and I'm having a problem: when I have the Selenium IDE opened and I try to click on the login button in my app the app seems to be stuck (the same issue is when I try to play the recorded click in the Selenium IDE). Entering values to textboxes works fine but the click doens't. The request is not being send to the server and the Firebug gets an error like this:

2010-05-18 17:38:04,099 [FATAL] Uncaught Exception: com.google.gwt.core.client.JavaScriptException: (TypeError): c is undefined fileName: h**p://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html lineNumber: 12438 stack: EJn((void 0))@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:12438 Cfn((void 0))@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:11958 uuj([object Object],[object Object],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:7060 jyk([object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:8777 oxk([object Object],[object Object],"left")@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:8783 jvk([object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:8738 xge([object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:1473 e_d([object Object],[object Object],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:661 wAe([object Object],[object Object],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:1608 yYe([object Object],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:2558 iZe([object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:2571 cBe([object Object],[object MouseEvent])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:1620 nCe([object MouseEvent])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:1660 ahh([object MouseEvent],[object HTMLTableElement],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:4115 Fgh([object MouseEvent],[object HTMLTableElement],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:4114 bhh([object MouseEvent],[object HTMLTableElement],[object Object])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:4113 ([object MouseEvent])@http://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.html:4167

h**p://192.168.1.202:8888/AureaBPM/aureabpm/23AB2D7E86CAAC80E6FBFB89A4A63590.cache.htm*l Line 12438.


I've read a similar post:

http://stackoverflow.com/questions/514263/selenium-test-on-a-gwt-app-request-not-sent-to-server

but the solution with OBFuscing the code doesn't work - the code is already in OBF mode. Please help me and sorry for my english