Cypress how to get all children element from the parent element but not grand children getting those two button directly from the body but not the sub/grand child(ren) from the form
For example
<body>
<button></button>
.
.
.
<button></button>
<form>
<button></button>
.
.
.
</form>
</body>
