As I create an html table, I am looking to dynamically change the background color of specific boxes after running a selenium webdriver. For instance, if the webdriver successfully navigates the site, I want the corresponding box in the table to turn green. Conversely, if any errors occur, I'd like the box to turn red. Although I understand that I will need to use java script for this functionality, I have yet to work with it.