I'm trying to build an action for an object based on a web application, which involves entering values into a search box and extracting results, or alternatively, searching for the value in a drop-down list. Unfortunately I can't seem to automate either method, despite numerous attempts and workarounds.
If I enter a value into the search box I need to hit enter otherwise it doesn't register the value. I'm able to get BP to enter the value ok, but no matter what I try, it won't mimic hitting Enter. I've tried using Global send keys but this hasn't had any impact. Can someone offer any advice on what method I should be using to enter the value and then hit 'Enter'?
As for the drop-down list, I've never worked with these in BP before and I don't know where to begin with it. I've tried using the HTML Combo Box Type, but to be honest, I'm not sure if I'm using it in the right manner. Can someone outline what I should be doing to capture a drop-down list and extract a value from it?
Thanks,
Richard