Fix login issues for mobile

This commit is contained in:
TheNetsky
2025-06-08 18:28:37 +02:00
parent 9f5601d44b
commit e7c27ac16e
2 changed files with 100 additions and 59 deletions

View File

@@ -13,7 +13,6 @@ export default class BrowserUtil {
async tryDismissAllMessages(page: Page): Promise<void> {
const buttons = [
{ selector: 'button[type="submit"]', label: 'Submit Button' },
{ selector: '#acceptButton', label: 'AcceptButton' },
{ selector: '.ext-secondary.ext-button', label: '"Skip for now" Button' },
{ selector: '#iLandingViewAction', label: 'iLandingViewAction' },