-
Is it possible to detect the contents of a search field? For instance, I'm using startpage.com for a search, but because I use the POST method for privacy, the URL fragment method does not work. {title} just produces "Startpage Search Results". The search field at Startpage is at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey! That's strange because I added a test for the feature with the parameters you provided, and I do get the value of the input returned. Is your site a SPA (Single Page Application), AJAX requests or does it use iframes? This could cause issues since the DOM is loaded dynamically. |
Beta Was this translation helpful? Give feedback.
Wow, I simply put that string in curly brackets, and it works perfectly:
{div#header-search-form div form#search input#q}