diff --git a/changedetectionio/blueprint/browser_steps/browser_steps.py b/changedetectionio/blueprint/browser_steps/browser_steps.py index a3e9f3eb..9759e034 100644 --- a/changedetectionio/blueprint/browser_steps/browser_steps.py +++ b/changedetectionio/blueprint/browser_steps/browser_steps.py @@ -37,6 +37,7 @@ browser_step_ui_config = {'Choose one': '0 0', 'Make all child elements visible': '1 0', 'Press Enter': '0 0', 'Select by label': '1 1', + ' by option text').change(); + $('input[type=text]', first_available).first().val(x['xpath']); + $('input[placeholder="Value"]', first_available).addClass('ok').click().focus(); + found_something = true; + } + else { // There's no good way (that I know) to find if this // see https://stackoverflow.com/questions/446892/how-to-find-event-listeners-on-a-dom-node-in-javascript-or-in-debugging // https://codepen.io/azaslavsky/pen/DEJVWv