verifyCSS
verifyCSS
open
https://sideex.github.io/example/webpage_under_test/button-to-change-color.html
COMMENT
Verify the CSS of the button being correct. The test case will continue to execute even if the command fails
verifyCSS
id=Button
//button[1]
//button[@id='Button']
css=#Button
{"color":"rgb(0, 0, 1)"}
COMMENT
Verify the CSS of the buton being correct. The test case will continue to execute even if the command fails
verifyCSS
id=Button
//button[1]
//button[@id='Button']
css=#Button
{"color":"rgb(0, 0, 0)"}