HOW can i click the button ""GET DATA"" from the website <a href="https://www1.nseindia.com/products/content/equities/equities/eq_security.htm">https://www1.nseindia.com/products/content/equities/equities/eq_security.htm</a> if any one know how to do it please share ?
b = driver.find_element_by_xpath("//*[@id='submitMe']]").clickl()
@id='submitMe'
b = driver.find_element_by_id('submitMe') b.click()
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)