Shadow Dom Element is not clickable and throws invalid argument error

I am need to click an element using the click element keyword and using the dom based jspath
when i am inspecting the locator matches with the element using the console but when i am executing the program an error is displayed
I am Using the Appium and interacting with the hybrid mode and inspecting using the real device

Error Message
ValueError: Element locator ‘//*[contains(@text,“Skip”)]’ did not match any elements.
Code
Click Element dom:document.querySelector(‘body > app-root > ion-app > ion-router-outlet > app-on-boarding-type > ion-header > ion-toolbar > ion-buttons:nth-child(2) > ion-button’).shadowRoot.querySelector(“Button”)