Command Selenium.isElementPresent freezes the selenium server
Thu Aug 13, 2009 4:23 pm
Hi,
One of the user face problem using isElementPresent command. His problem are as follows:
"command selenium.isElementPresent("link=logout") is working fine with firefox
but I have to use IE7 for my AUT.When I use isElementPresent("link=logout")
command with IE7 many time(Not always) selenium server gets freez and not
getting response till 30 to 40mins."
Solution:
I think your element is dynamic which changes it value every time you run it or you have used waitforpageToLoad command before this so that it will wait for a long time.
Try to use xpath for it and dont't use wait if ur using it. Hope this will help you.
Bye
One of the user face problem using isElementPresent command. His problem are as follows:
"command selenium.isElementPresent("link=logout") is working fine with firefox
but I have to use IE7 for my AUT.When I use isElementPresent("link=logout")
command with IE7 many time(Not always) selenium server gets freez and not
getting response till 30 to 40mins."
Solution:
I think your element is dynamic which changes it value every time you run it or you have used waitforpageToLoad command before this so that it will wait for a long time.
Try to use xpath for it and dont't use wait if ur using it. Hope this will help you.
Bye
- Selenium server command options while starting server.
- How to open Command prompt by coding in C# having Selenium Rc server path ?
- Test Command in selenium for
- [error] Could not connect to Selenium Server. Have you started the Selenium Server yet?
- Selenium webdriver Error - "Could not contact Selenium Server".
Permissions in this forum:
You cannot reply to topics in this forum