from selenium import webdriver as wb
js='document.getElementById("demo").remove()'
wb.Chrome.execute_script()
I want to remove Facebook comments they are in <div aria-label''''' and run this script with chrome browser I don't know JavaScript that much I want to remove comments dynamically on chrome page