Forum Discussion
1 Reply
- AlexKarasCommunity Hero
HI,
Yes, this should be possible.
.FindChildByXPath() method will return you the native DOM element and you should be able to call its native .click() method. (Note possible case-sensitivity that depends on the scripting language you are using.)