Try setting an implicit wait of maybe 10 seconds. gmail.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); Or set an explicit wait. An explicit waits is code you define ...
-
April 7, 2022
- 0 Comments