We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86e728 commit 2a90365Copy full SHA for 2a90365
src/plugin.js
@@ -20,7 +20,6 @@ export default class WaitCommandPlugin extends BasePlugin {
20
const baseUrl = this._constructSessionUrl();
21
const element = await this.elementState(baseUrl);
22
if (element.value.error) {
23
- console.log('----', this._getTimeout());
24
if (retryCount !== this._getTimeout()) {
25
this.logger.info(
26
`Waiting for find element with ${this.strategy} strategy for ${this.selector} selector`
0 commit comments