I want to log in an website https://eokulyd.meb.gov.tr/ and read some html from that.
But the website has an control image, user must write number which is in that image.
I know requests has Session class that allow us to log in websites, But when I use requests I cant take that control image.
I think that image is loading by JavaScript when website is opening.
Is there any way to use requests or should i use selenium? If I should use selenium, is there any way to use selenium while log in, and then use requests?