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
Post a Comment