I'm facing issue while click on the submit button using selenium webdriver also unable to click on the the web page button dynamically. I'm using selenium chrome webdriver, have tried below options as well,
driver.find_element_by_xpath('//*[@id="get"]').click()
driver.execute_script('document.getElementById("submitMe").click()')
but still it won't help me to get resolve the issue. can someone please help me to get it run or suggest me if you have any alternative?