jsp

Get element from CQ class using Selenium

Get element from CQ class using Selenium Question: I want to enter the "Symbol" name and select tab "NSE" from the filter. Once that is done, click on table view button using Selenium. But I cannot find any of these nodes using Debugger. (https://i.stack.imgur.com/uOrQc.png) The original class "chart-frame" is found. driver.find_element(By.ID, "chart-iframe") I get "No …

Total answers: 1