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

arrays - PHP Shopping Cart Variable and Object errors -

javascript - jQuery "chosen": conflict with 'selected' attribute in option tag -