CsvWriter | Selenium Forum
S
shashidhar Posted on 26/01/2020

Hi,

Can anyone help me on How to write the multiple lines of data in csv file, for example: webelement name, xaxis,yaxis, width and height of a webelement needs to be entered into the csv file.

Regards,

Shashi


A
Ashish Thakur Replied on 27/01/2020

In this case you need to write your own custom logic for writing this data.

The easiest way you can write this data is using XLS Reader in a xlsx file. 


Related Posts