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
Post a Comment