Skip to content
Advertisement

Tag: selenium

How can I use a Selenium type method?

I have a JSP page with an input text field. I wrote a Selenium test case that verifies that the search input text is present. The verifyTrue test returns true. However, the selenium.type test failed with this error: What should I do to make the test work? Answer The first parameter needs to be a selector. searchText isn’t a valid

Advertisement