If I have a WebView such as below
webView = (WebView) findViewById(R.id.webView);
webView.setWebViewClient(new WebViewClient());
webView.loadUrl("http://google.com");
Is there anyway to programmatically fill in the search text box? The text box has the name of q