I'm working on serenity screenplay pattern.
I need to upload a file to a textbox on a webpage but I got the following error:
"TargettedAction invalid element state: Element must be user-editable in order to clear it."
This is where I am getting the error in my code :
public const string Filepath = "C:\\Series_GRPAAA_ver1.xsls"
When(_actor).AttemptsTo(Enter.TheText(Filepath).Into(HomePage.BulkUploadFilename()));