Which command should you use to ignore DOM element in visual UI?
Hello Charity,
Please use this command to ignore particular DOM:
driver.executeScript(`smartui.takeScreenshot`,{"ignoreDOM: {"id": ["head", "footer"]},"class": ["login-form","register-animation"]`)