How to retrieve the data(String) from text file and send into particular field in application using java (selenium webdriver.) -


I have tried to get data from a text file that works, but sending the same data to the particular area in the application Is unable to

Store that text in a string variable and send it via sendkeys (your_string) method.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -