Not able to click on link because of some of French or German characters.

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

Not able to click on link because of some of French or German characters.

by ajnavi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have french link called "Qui sommes-nous ?", and because of ?, selenium is unable to perform click.


Selenium server log: 13:03:22.012 INFO - Command request: isElementPresent[//a[text()='Qui sommes-nous ?'], ] on session 4a0b9ea8c66f40b1a24fd772b0f69a17
13:03:22.196 INFO - Got result: OK,false on session 4a0b9ea8c66f40b1a24fd772b0f69a17


Any thought most welcome.

Re: Not able to click on link because of some of French or German characters.

by kjaladi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

use xpath (or) id of the link in script for clicking it. this would just be one work around.

thanks.
ajnavi wrote:
I have french link called "Qui sommes-nous ?", and because of ?, selenium is unable to perform click.


Selenium server log: 13:03:22.012 INFO - Command request: isElementPresent[//a[text()='Qui sommes-nous ?'], ] on session 4a0b9ea8c66f40b1a24fd772b0f69a17
13:03:22.196 INFO - Got result: OK,false on session 4a0b9ea8c66f40b1a24fd772b0f69a17


Any thought most welcome.