dramaticcat@sh.itjust.works to Lemmy Shitpost@lemmy.world · 2 years agoChad scrapersh.itjust.worksimagemessage-square62fedilinkarrow-up1761arrow-down125
arrow-up1736arrow-down1imageChad scrapersh.itjust.worksdramaticcat@sh.itjust.works to Lemmy Shitpost@lemmy.world · 2 years agomessage-square62fedilink
minus-squareLemmesee@lemm.eelinkfedilinkarrow-up4·2 years agoUsing Selenium for this is probably overkill. You might be better off sending direct HTTP requests with your form data. This way you don’t actually have to spin up an entire browser to perform that simple operation for you. That said, if it works - it works!
Using Selenium for this is probably overkill. You might be better off sending direct HTTP requests with your form data. This way you don’t actually have to spin up an entire browser to perform that simple operation for you.
That said, if it works - it works!