shinbakayarou
New Member
I have nested iFrames, Frames, Window.Open (JavaScript), and AJAX just to name a few that make up my ASP.NET WebSite application.When I try to replay my Selenium script in IDE and it breaks with the Window.Open and iFrame parts. Case 1:I have login page when you first navigate to the site (let's call it Window1)When user is authenticated (Window2) opens an administration page. Here comes the first issue...I click on a button that uses Window.Open (Window3) and in SeleniumIDE I get "item not found".Case 2:Let's say we're passed case1 with Window3 open.There are 2 frames inside a frameset in Window3. Left frame is a menu and right frame are the contents of menu items.I am trying to write integration tests with Selenium and was just wondering if anyone had any tips from experience on getting started? I've done some demo code with Selenium but haven't had much luck with these sort of things referred to in this post.Any good all-in-one articles that cover Selenium with iFrames, JavaScript Window.Open, AJAX?