This is a scenario in java where I click a button as follows:
MobileElement element = driver.findElementByXPath(xpath);
element.tap(1, 1);
I need to highlight a button in red colored rectange on click. How to do it?
created
May '16
last reply
Dec '18
- 2
replies
- 1.1k
views
- 3
users