Investigate possibility to set implicitWait to 0 when waiting for element toDissapear()
Xotabu4 opened this issue · 2 comments
Xotabu4 commented
Investigate possibility to set implicitWait to 0 when waiting for element toDissapear()
This might speed up assertions for cases when we need element not to be present.
implicitWait must be reset to value that it had, after waiting.
Xotabu4 commented
getTimeouts function is exist in latest webdriver. But protractor version 5.1.2 does not use latest version. Can proceed until protractor will update webdriver to latest.
Xotabu4 commented
This can be done as optional switch, only in case getTimeouts exists