Hi EE,
The title indicates a problem spying the element, in your case the button. If you cannot spy it, the process will not be able to click it, so we'll start there.
Are you able to spy the button?
If no: make sure to use a spy-mode that works for Edge and re-spy until the button can be identified. Then save the object.
If yes: step through your process and step into your object that clicks the button to see why the button is not clicked. The object could throw an exception pointing out where to look further.
Notes on spying:When spying any element:
- Unclick all elements that have an empty matching value
- Avoid html paths, or at least check that they are not dynamic or point to non-production servers/sites
- Read up on spying habits and best practices
------------------------------
Happy coding!
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)