new command that 'highlights' a selected target/element on screen for the screen capture feature.
I would like to see a new command family, call it the 'highlight'. the purpose is to 'highlight' the targeted element on the screen. it should work just like verify or assert commands. for example:
verifyText //td[4]/div/span 09/18/2017 2:3
confirms that the text exists in the location defined by '//td[4]/div/span', and that it matches the data entered. but it does not help in actually locating that data on the screen during debugging. adding a possible command such as :
highlightText //td[4]/div/span , which temporarily adds @class=highlight, changes the background color value, or whatever it is that you are doing in QaScribe with the 'Find' button. this would primarily be used to confirm that dynamically created targets are properly located. a secondary use would be to add some highlights prior to taking screenshots so you can more easily communicate layout issues with those team members who are not fluent in HTLM, CSS and xPath.
Hi Jason,
We appreciate your patience.
We have a command called “highlight” in eureQa which takes the locator of an element as input and highlights the targeted element.
Please refer to the knowledgebase link provided below.
highlight -
https://eureqa.uservoice.com/knowledgebase/articles/1115185-highlight-ui-automation-interrogation
Please review and let us know in case you still face the issue.
Best Regards,
eureQa Support.