kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
430 stars 52 forks source link

page source is not working correctly #194

Closed FreeM1ne closed 3 months ago

FreeM1ne commented 3 months ago

it only returns the current frame

FreeM1ne commented 3 months ago

how can I run through all the current Frames?

kaliiiiiiiiii commented 3 months ago

it only returns the current frame

I'd consider that to be expected

FreeM1ne commented 3 months ago

page source != frame source

kaliiiiiiiiii commented 3 months ago

page source != frame source

Yes, I'm aware of. But that's as well how selenium works.

kaliiiiiiiiii commented 3 months ago

@FreeM1ne Will be implemented with driver.snapshot->str (mhtml)