The previous chapter explained how to locate buttons like default, radio, checkbox, and select list. Each button has a functionality associated with it, such as submit, select, or deselect. Button functionalities are performed with a click action from a mouse (see Chapter 3). This chapter discusses locating web elements like frames and textboxes. It also explains handling single and multiple frames on a web page.
The chapter also covers textbox types, relevant Selenium WebDriver commands, and value insertion.
Iframe
An iframe is another web element available in HTML. ...