I have a dropdown from where I choose the option I want.
I’ve tested it recording the value I want or by adding “index=5”.
It does choose correctly but when I try to add values to other fields, it clears up.
I’ve also tested it by clicking outside the dropdown after or on other fields. It only clears when I add values to others.
Can anyone give me a hand on this?
Thanks in advance
This is the HTML
<div class="form-group row"><label for="category_id" class="col-sm-3 col-form-label text-right">Category</label><div class="col-sm-9"><div class="has-danger"><select name="category_id" class="form-control"><option value="">-- Choose --</option><option value="8">Fee for submission / court fee</option><option value="9">Translation</option><option value="10">External lawyer fee taken</option><option value="11">Collection costs</option><option value="12">Cost related to cases lost</option><option value="13">Paid out to US</option><option value="14">Postage / Stamps</option><option value="15">Other cost</option></select><div class="form-control-feedback">Category cannot be empty</div></div></div></div>
It means exactly that… the form has multiple fields, one is the dropdown. If i use the automation to choose the option i want it appears ok but if then i write anything inside any other field, the dropdown clears like i have not chosen an option. If i do this with the mouse, without automation, works fine.
It’s impossible to help you without see the page to automate.
I never see a webpage not automatable where it’s hard to find a solution with xclick and xtype and image recognition you solve always (need time but a solution will find always).
I automate some site very hard like play youtube or html5 or use firefox addon (desktop automation).
Your is a case to dynamic select you must use these commands