Add user button is not getting identified by Robot Framework where it works fine with Cypress

Hi @Ravishankar ,

I know nothing about Cypress, so saying it works with Cypress doesn’t really help us figure out what issue you are encountering is.

Also you haven’t provided a sample robot test your using, so we have no idea what library you are using (there are several possibilities) or what you’ve tried.

That html you provided a screen shot of has some odd syntax, while it’s not invalid html it’s not standard html either, so that might be tripping up the library you are using?

Finally Robot Framework uses multiple spaces as a delimiter, and I note that there is a space either side of the text “Add User…” so if you are doing something like Click Button Add User... you might need to change that to Click Button ${SPACE}Add User...${SPACE}

Dave.