Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add wait timeout for get url as well #2509

Open
KazuCocoa opened this issue Jan 14, 2025 · 0 comments
Open

add wait timeout for get url as well #2509

KazuCocoa opened this issue Jan 14, 2025 · 0 comments

Comments

@KazuCocoa
Copy link
Member

KazuCocoa commented Jan 14, 2025

Just a working note for me.

I heard that still no-response via remote safari debugger (Web Inspector) could occur for non-atom calls such as

async getUrl() {
if (!this.isWebContext()) {
throw new errors.NotImplementedError();
}
return await (/** @type {RemoteDebugger} */ (this.remote)).execute('window.location.href');
},

Perhaps using the same caps as appium:webviewAtomWaitTimeout would be sufficient in this context case.

This could be only for lower iOS 17 versions only as well as the atoms. Then, I'll just close this my working note here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant