I am trying to automate on of CRM where once the data is populated into fields need to press on ADD button to add the data.
Tried with press button, Click ui element and also tried with hotkey Enter still i am not able to achieve. The selector remains constant for button but not sure why its throwing error.
selector:
body > div[Class="main-page bubble-element Page"] >
div[Class="bubble-r-line"]:eq(1) > div[Class="bubble-r-box"] >
div[Class="bubble-element Group"] > div[Class="bubble-r-line"]:eq(1) >
div[Class="bubble-r-box"]:eq(0) > button[Class="bubble-element Button clickable-element"][Type="submit"]
Please do suggest some way to solve the issues. Thanks in Advance
Regards
Soumiya