We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The source retrieved from JBrowserDriver seems different from the source in the browser.
Retrieve the same days (26) more than once but missing the others days of the month... Tried with InternetExplorerDriver and it's OK.
Code to reproduce:
JBrowserDriver driver = new JBrowserDriver(Settings.builder() .logJavascript(true) .userAgent(UserAgent.CHROME) .ssl("compatible") .logTrace(true) .javascript(true) .ajaxResourceTimeout(20000) .ajaxWait(20000) .build()); String START_URL = "https://wizzair.com/hu-hu/jaratok/menetrend/budapest/ibiza#/1/0/1/0/0/2018-06/2018-06"; driver.get(START_URL); log.debug("page: {}", driver.getPageSource());
Need some additional settings?
Thx!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The source retrieved from JBrowserDriver seems different from the source in the browser.
Retrieve the same days (26) more than once but missing the others days of the month...
Tried with InternetExplorerDriver and it's OK.
Code to reproduce:
Need some additional settings?
Thx!
The text was updated successfully, but these errors were encountered: