Im trying to use cypress to move to the next table box , meaning hitting keyboard shortcut (numpad + 1 ) move to the next table cell and keep moving to the other and other (as displayed in the attached image) ,
but I cant find any information about the subject
something like this .type("{alt+1}", { force: true }); but for some reason is not working I also tried
.realPress(["Numpad1"])