selenium and richFaces

View: New views
3 Messages — Rating Filter:   Alert me  

selenium and richFaces

by R-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I'm using selenium to write tests in a java/ajax enviroment using richFaces. All is working fine except direct clicking on a tree or subtree node. The selenium click doesn't call the corresponding handler in the java code. Manual clicking triggers the previously set breakpoint. Any help/ideas will be welcome.

holger

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@...
For additional commands, e-mail: selenium-dev-help@...


Re: selenium and richFaces

by ravit60 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi I am also facing the same issue..

It would be great if any one can help us..
R-24 wrote:
Hi

I'm using selenium to write tests in a java/ajax enviroment using richFaces. All is working fine except direct clicking on a tree or subtree node. The selenium click doesn't call the corresponding handler in the java code. Manual clicking triggers the previously set breakpoint. Any help/ideas will be welcome.

holger

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@openqa.org
For additional commands, e-mail: selenium-dev-help@openqa.org

Re: selenium and richFaces

by djm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


ravit60 wrote:
Hi I am also facing the same issue..

It would be great if any one can help us..
R-24 wrote:
Hi

I'm using selenium to write tests in a java/ajax enviroment using richFaces. All is working fine except direct clicking on a tree or subtree node. The selenium click doesn't call the corresponding handler in the java code. Manual clicking triggers the previously set breakpoint. Any help/ideas will be welcome.

holger

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-dev-unsubscribe@openqa.org
For additional commands, e-mail: selenium-dev-help@openqa.org
I found your post while trying to solve a similar problem. We were able
to fix it by doing a
mouseDown
mouseUp
Click

Hope this helps.