This topic is locked
[SOLVED]

dropdown autofill

11/10/2021 4:45:07 AM
PHPRunner General questions
A
AlexOZ author

I successfully hide the field filled by autofill via code like: $pageObject->hideField("delivery_longitude"); and the field was still filled from the drop down

But since upgrading 10.6 if the filed is hidden by coding it seems to no longer populate. Has this feature been broken by the upgrade?

Thanks, Alex

Sergey Kornilov admin 11/10/2021

Get build 38243 where this issue was fixed.

A
AlexOZ author 11/10/2021

Yes, excellent