https://i.sstatic.net/KoGto.png
Even though I can locate the button within the context menu, I am facing difficulty in clicking it. The code mentioned below is successfully able to click the button, but an error message pops up indicating:
Failed: script timeout
(Session info: chrome=79.0.3945.130)
browser.actions().mouseMove( page.getEllipses()).perform();
browser.actions().click(page.getEllipses(),protractor.Button.RIGHT).perform();
browser.pause();
browser.sleep(5000)
page.getStatusButton().click()