Using the Selenium Highlight command with Cloud Testing
There is a little used but handy Selenium command called Highlight. It as you might have guessed highlights an element on a web page, which when combined with the screen-shot capabilities of Cloud Testing comes into it’s own.
The syntax is:
highlight(locator)
Arguments:
locator – an element locator
Briefly changes the backgroundColor of the specified element yellow. Useful for [...]
