I want to compare a text of red color background of two different web pages using selenium webdriver -


i want compare text of red color background of 2 different web pages using selenium webdriver. if both same should display true else false. please me out this.

you can use method .getcssvalue("background-color"); can called webelement, , use assert statement check value equal "red".


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -