You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final WebClient webClient = new WebClient(BrowserVersion.CHROME)
If the method is wrong, can I see an example? The official data was difficult to apply over time.
As a result of testing various pages, redirection was not possible only on that page. I don't know if I should look at this as a matter of page. It seems difficult to judge from the normal operation of the PC browser. And it takes longer to load the page than I thought, is there a problem with my code? Or how much time do you have to take?
The text was updated successfully, but these errors were encountered:
bhkoo0407
changed the title
The java script doesn't seem to work properly.
handleJavaScriptException('Exception invoking getBoundingClientRect')
Dec 1, 2022
Let's put the problem aside for now and proceed with the next one. I'll leave this question closed for now. Thank you to everyone who read it
bhkoo0407
changed the title
handleJavaScriptException('Exception invoking getBoundingClientRect')
I'll leave this question closed for now. Thank you to everyone who read it
Dec 1, 2022
bhkoo0407
changed the title
I'll leave this question closed for now. Thank you to everyone who read it
Unable to render specific URL javascript
Dec 1, 2022
this my code here
======================================================
======================================================
and this my log
======================================================
I hope Js works and redirects are made.
I've tried these.
webClient.waitForBackgroundJavaScript(10000);
Thread.sleep(10000);
final WebClient webClient = new WebClient(BrowserVersion.CHROME)
If the method is wrong, can I see an example? The official data was difficult to apply over time.
As a result of testing various pages, redirection was not possible only on that page. I don't know if I should look at this as a matter of page. It seems difficult to judge from the normal operation of the PC browser. And it takes longer to load the page than I thought, is there a problem with my code? Or how much time do you have to take?
The text was updated successfully, but these errors were encountered: