I want to do some automation for web https://jllifmindiagsttest.caaps.com/
This button looks like as the pic
And after I fill account and password, I write this code to click
await page.locator('#BTNLOGIN').click();
In playwright log, it has been clicked, bu