Heyo!
So I’m quite new to automating tests, trying to work through it without guidance other than the internet, which is quite difficult since I’ve only been learning code since April. xD
I’m wondering if anyone here has some experience with trying to get gemini tests to work with iFrames? Using Selenium webdriver. Every time I try to get the test to select the product I’m trying to test, it just says it can’t find it. I realised that this is because the product is served through an iFrame. Searching on the net, I haven’t found any definitive answers, just similar questions to mine that go dead after a while. It seems like there could be an answer here, but I would have no idea where to put that in my code, or how to change the format to match the language I’m writing the tests in.
Is there really no workaround for the iFrame issue when writing tests in Gemini?