I had worked out a way to display google sheet with chromiumbrowser in a solution project in visual studio. I had it automatically paste value to the selected cell in this Q&A.
Now I need to figure a way out to select the next cell in the sheet.
so far I could not find an ID, Class or Xpath for a particular cell. Can anyone help?
I loaded the googlesheet in a second browser and then then had the program copy the values and paste to the google sheet, by copytoclipboard and paste. That was the solution I could arrive on.
I could not find a way to select the next cell in googlesheet via c#.