helium icon indicating copy to clipboard operation
helium copied to clipboard

write using exact match.

Open MyProjectsPage opened this issue 1 year ago • 0 comments

write('test', 'Address') writes 'test' in a field labelled 'Address Line 2' I'm trying to write only if there's an EXACT match. i.e. write 'test' if 'Address' field exists. If it doesn't, don't write anything. 'Address' is not the same like 'Address Line 2'.

Is there a way that can be done? Thanks so much!

MyProjectsPage avatar Nov 23 '24 14:11 MyProjectsPage