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

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -