CefSharp jumps back from specific page to origin #4122
Gather9182
started this conversation in
General
Replies: 1 comment 7 replies
-
What version are you using? WinForms or WPF or OffScreen? Check the log file and DevTools for errors. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am new with working with CefSharp.
I am trying to use it in order to scrape information from a webstore. Currently everything works, but navigating to a specific page on a website seems to not work. The browser automatically remove the suffix "?page=2" from the url.
More precise I am talking about this URL: https://shop.billa.at/warengruppe/getraenke/spirituosen/B2-35
Here I want to load the page https://shop.billa.at/warengruppe/getraenke/spirituosen/B2-35?page=2
With everyother browser I can directly navigate to this page.
CefSharps seems to not work though.
/Edit: I am using CefSharp Offscreen
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions