In the source code, there is a button with an onclick event to change the paragraph content. However, the code provided does not seem to be functioning properly.
((JavascriptExecutor) this)
.executeScript("function test123() { y=document.getElementById('ghi'); y.innerHTML='Automation can change the content';}");
If anyone has suggestions for a better alternative solution, please share them. Thank you!