I have a multiple nested frames and I need to access the elements under these. As these frames are dynamic I am not able to access these elements.
Is it possible for me to access the elements without using driver.switchTo().frame()?
Like using the xpath directly or jquery, javascript or anything? Any suggestions are welcome