MuraliKola / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
1 stars 0 forks source link

Tapestry5 LinkSubmit and "Click Element" doesn't work in Chrome #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm having a testcase that uses an xpath-expression "xpath=//a[@id='save_0']'" 
to locate an element on my page, which is rendered by tapestry5 (LinkSubmit) 
button. The click should make a client-side form submit with javascript. 
When I use "Click Element" the button fires in Firefox but nothing happens in 
Google Chrome version 9.0.597.107 (*googlechrome) and I'm running in a timeout.

Any ideas why this happens? 

Original issue reported on code.google.com by richard....@gmail.com on 7 Mar 2011 at 1:25

GoogleCodeExporter commented 8 years ago
These kind of issue are usually Selenium issues rather than ours. I really have 
no idea what goes wrong here, and we probably couldn't do much to it anyway.

One thing that you could try is to execute the action directly using `Execute 
Javascript`

Original comment by janne.t....@gmail.com on 7 Mar 2011 at 10:05

GoogleCodeExporter commented 8 years ago
Thanks for your comment. I am now using "Submit Form" instead of "Click Event". 
Now it works in Chrome, FF and IE. 

Original comment by richard....@gmail.com on 8 Mar 2011 at 11:37

GoogleCodeExporter commented 8 years ago
I am closing this since there seems to be nothing to do.

Original comment by janne.t....@gmail.com on 8 Mar 2011 at 8:13