Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
I am getting error when i am trying to execute Selenium.IsElementPresent(ticketLocator)
Help me!!
|
Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied I am getting error when i am trying to execute Help me!! |
|||
|
|
|
Yeah got the answer. Basically with the selenium I was clicking a button and then directly calling this
and not waiting for the page to load.
So now after clicking I am waiting for 3 seconds and it started working fine. |
|||
|
|