Get background color of text from webpage
My web application primary and secondary search.
Based on the search term the web application highlights the first search
term in blue color and the second search term (or search within as they
call) is highlighted in purple color. This is mostly done using java
script in the back end for which we do not have access.
I need to automate this scenario, since the color of the element is not
seen in page source i am unable to identify the color of the element using
selenium.
Please suggest me a suitable solution.
No comments:
Post a Comment