I am using fluentlenium for browser testing using java in playframework2.3
I want to upload a file in browser through my test case. In selenium a function called sendkeys() is used. What is the similar function in fluentlenium, or is there a any other solution.