CHAPTER 5

image

TextField and TextArea

Text fields are commonly used in a form to pass user-entered text data to the server. There are two variants (prior to HTML5): password fields and text areas. The characters in password fields are masked (shown as asterisks or circles). Text areas allow multiple lines of text. These variants are shown in Figure 5-1.

9781484217412_Fig05-01.jpg

Figure 5-1. Password field and text areas

Get Selenium WebDriver Recipes in C#, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.