Hi Mark,
Where did you fine the implicit wait in the code.What I am saying is if i call the function with 5 seconds in following manner waitUntilElementIsPresent(username,5)
it says element not found, even though element is present on the page. I took the screenshot after that and it appears in the screenshot.
If i don't call this function then also other functions (click,type etc..) are able to find the element
I am not able to understand, What could be the reason due to which this API says element not found though it is present on the page.
Gaurang Shah