You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it opens up the page successfully, it is unable to identify the user id and password elements on the page and supply the values nor able to click on the 'Sign In' button.
I need to understand how to make this working.
The text was updated successfully, but these errors were encountered:
Hi! Your query is working just fine for me. I notice your config uses @playwright/mcp instead of @playwright/mcp@latest as we recommend. This could lead to you using an old version of playwright/mcp. Please check if adding @latest resolves your issue.
I use playwright MCP with Claude Desktop. I'm able to successfully setup the MCP server and it is running.
Below is my query to Claude:
navigate to 'https://login-etaq-dev8-saasfademo1.ds-fa.oraclepdemos.com/', enter 'User ID' as 'test.user' and 'Password' as 'temp123' without the quotes and click on the 'Sign In' button
While it opens up the page successfully, it is unable to identify the user id and password elements on the page and supply the values nor able to click on the 'Sign In' button.
I need to understand how to make this working.
The text was updated successfully, but these errors were encountered: