i am writing a code with c#;
there is a web sit which has a frameset. in the frameset there are two frames frame1 and frame2.
frame2.src is a web page2 which has a frameset2
frameset2 again has frame3 and frame4.
frame4 has a button which has id=enter_button
how can i reach to this button using the c# code?
note: i did it by moving the mouse cursor to the location of the button and creating mouse-click action.
but i want to reach the button to that button by its id.