How can I access embedded part from web page and contents using selenium and python
<embed src="RainPastDailyMonth.php" width="100%" height="100%">
Embedded part has input button elements which I need to access using selenium but getting
Message: no such element: Unable to locate element:
{"method":"xpath","selector":"/html/body/center/b/input"}
for below code
driver.find_element(By.XPATH, '/html/body/center/b/input')
where '/html/body/center/b/input' is XPATH for input button