Java client - temporary find element timeout

FluentWait blocks for the full 25 seconds from driver.manage().timeouts().implicitlyWait(25) regardless of what I set FleuntWait’s options to. I don’t want to change the implicitlyWait setting because there seems to be no way to restore it.

that’s what i’m using to swipe; seems to work fine.

still blocks for 25 seconds.

for various reasons, the element ID i’m looking for is dynamic. I can’t hard-code it in an annotation. Is there another way to do this?