wide-eye-45012
04/28/2023, 2:48 PMenough-truck-68085
05/01/2023, 2:53 PMcy.get('tbody > tr > td:nth-child(1)').next() .next().next().next().next().next().next().find('a').eq(index).click(-25, 5, {force: true});
then there are plenty of reasons why this link couldn't being clicked (due to your conditionals and potential selectors). My only suggestion is to look into some selector best practices and see if you can simplify this greatly as this is going to be very hard to debug and understand long-term.
I've also never had to provide an x,y value into a click so that could be causing problems as well but I don't know your specific use-case either.wide-eye-45012
05/02/2023, 8:38 AMenough-truck-68085
05/02/2023, 3:46 PMcy.get('your-link').should('be.enabled').click()