Edited Question
I had read the webpage by using:-
NSString *myText = [webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.textContent"];
Now i want to search the UITextField into the webpage.
What should i do ?
So that i can find whether there is any UITextField is their in the webpage which is opened in UIWebView.
Thanks in advance
I had solved this by: