mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
try maximize browser
This commit is contained in:
parent
41bb23b828
commit
8d41149a98
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ public class WebDriverManager {
|
|||
driver.manage().timeouts().implicitlyWait(AbstractZeppelinIT.MAX_IMPLICIT_WAIT,
|
||||
TimeUnit.SECONDS);
|
||||
driver.get(url);
|
||||
driver.manage().window().maximize();
|
||||
|
||||
while (System.currentTimeMillis() - start < 60 * 1000) {
|
||||
// wait for page load
|
||||
|
|
|
|||
Loading…
Reference in a new issue