New to selenium and this is my sample project.
I have a element inside of a div that I cant access, I have tried searching for answers but only found java code. As I am new to selenium I am using the Table way of making my tests.
I found this answer:
You can use cssSelector,
driver.switchTo().frame(driver.findElement(By.cssSelector("iframe[title='Fill Quote']")));
But there is no command called driver.
Sorry if this sounds stupid but my only wish is to learn!