How to locate a prompt message of type in-context using selenium and Java?

52 views Asked by At
1

There are 1 answers

0
EJoshuaS - Stand with Ukraine On

The easy way to figure out how to do this is to open the Selenium IDE in Firefox, record a test in which you type some random text in the box, and then export the test case as Java code. That'll give you an example to work off of.