How to xpath for element with two possible last element?

coachoutletttl

New Member
I have complex xpath selector. I want to make it generic, so it could point to input and textarea.example xpath's\[code\]//someelement//input//someelement//textarea\[/code\]how to merge those two into single xpath?
 
Back
Top