I have filled the field “searchstring” with my string.
How to send submit now?
`
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.tabs.executeScript(null, {
code: "document.forms[0]['searchstring'].value='B66956492'"
})
});
</script>
`
Update your code as follows: