python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to load values from a local csv and pass them in a webform using Playwright
So I am trying to automate the process of filling out a webform on https://www.business.att.com/disconnects/.
I am using the Playwright test tool to automate this process using JavaScript
I have the s...
FTM.ELR
Votes: 0
Answers: 1
Having trouble with reading csv values for a specific column using csv-parser
I am writing an api where I am sending back some data after a get request is being made. I am reading the data from a CSV file and then just sending back the data of a specific column name. The column...
trem98
Votes: 0
Answers: 1