Reuse cookies in Selenium with Python

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 45

  • @katherinesmith4692
    @katherinesmith4692 Год назад +3

    followed each step, didn't work for me ...

  • @mohammadaqdas7998
    @mohammadaqdas7998 Год назад

    Thank you so much. I am grateful your video is simple and helpful and teach me to successfully login using cookies.

  • @luthfillawliet3903
    @luthfillawliet3903 2 года назад

    You saved me a lot, thank you brooo, hope your channel grow more

  • @BakeNeko
    @BakeNeko Год назад +1

    Anybody can help me this error "Element not found or not clickable: Message: invalid cookie domain: Cookie 'domain' mismatch" ?

  • @stevenlai4772
    @stevenlai4772 2 года назад +2

    Could someone help me?
    I did the same things
    but the error say:
    InvalidCookieDomainException: Message: invalid cookie domain: Cookie 'domain' mismatch

    • @aknownb8834
      @aknownb8834 Год назад

      the domain of the cookie and website should be matching if not it will produce an error

  • @tenshi8181
    @tenshi8181 3 года назад

    worked like a charm, thank you very much

  • @TheMoeex
    @TheMoeex 3 года назад +2

    This helped me so much. Can you tell me why I need to hit the page first before adding cookies for this to work ?

  • @acirfa
    @acirfa 11 месяцев назад

    this code cant be use anymore because fb already patched it. OR i did something wrong along the way. I already tried 5 times and the last one fb said something wrong and we are working on it

  • @misha.lubich
    @misha.lubich 6 месяцев назад

    It is not dynamic, it is a manual process, what if the session changes? Then you need to repeat the cookie-grabbing process.

  • @karinp167
    @karinp167 2 года назад

    Thank you very much! This helped me a lot.

  • @jaspaldabhi3374
    @jaspaldabhi3374 2 года назад

    if i have cookie and i use proxy then is it works?

  • @joaobatistacamposjunior2618
    @joaobatistacamposjunior2618 3 года назад +2

    how can i fix it ?
    Message: invalid argument: missing 'name'
    i did file like the video

    • @Dzedrus
      @Dzedrus 2 года назад

      Same for me! Did you find a solution?

    • @Dzedrus
      @Dzedrus 2 года назад +2

      Ok found it! Go to clock, language and region>region>additional settings>change list separator to comma in your system settings

    • @mariotrade3233
      @mariotrade3233 2 года назад

      did you find any solution??

    • @d4vidyo
      @d4vidyo Год назад

      had the same issue. Problem is that when reading the csv file it should be saved to the dictionary like this: {'name' : 'foo', 'value' : 'bar', 'domain' : '.com'} but it saved like this {'name;value;domain': 'foo;bar;.com'}
      add " delimiter=';' "like this:
      dict_reader=DictReader(f, delimiter=';')

  • @miguellaurente5937
    @miguellaurente5937 9 месяцев назад

    ya no funciona para facebook, pero para otras paginas como platzi si me funciono

  • @KhalilYasser
    @KhalilYasser 3 года назад

    Awesome. Thank you very much.

  • @abdellahouddou4509
    @abdellahouddou4509 3 года назад +1

    Thank you bro, Great work ;)

  • @mikehardware
    @mikehardware Год назад

    que navegador es?

  • @rohansharma9930
    @rohansharma9930 2 года назад

    Can anyone share the code for this in java, please ??

  • @quangduy985
    @quangduy985 3 года назад

    how to code with java?

  • @deepalakshmi6247
    @deepalakshmi6247 3 года назад

    Hi ! Great Video! Thank you so much

  • @amanclementaranha7703
    @amanclementaranha7703 6 месяцев назад

    Thanks, Great Work

  • @yellowdragon1982
    @yellowdragon1982 3 года назад

    My application uses xsrf token along with cookies, it's not loging it fails to login..any other alternative?

    • @murilom8136
      @murilom8136 3 года назад

      I have the same problem, did you find any alternative?

    • @yellowdragon1982
      @yellowdragon1982 3 года назад

      Not yet may be need to try pickle

  • @Alisa20021
    @Alisa20021 2 года назад

    太猛了 幫助好大😍😍😍

  • @antranik6925
    @antranik6925 3 года назад +1

    i am getting "unable to set cookie" error for trying to log in to youtube plz help

    • @rifatp3780
      @rifatp3780 3 года назад

      Hey! Did u get any soln for this?

  • @kosyoyanev
    @kosyoyanev 2 года назад

    It is useful video, but you need to redo the voice part.

  • @soniatix
    @soniatix 3 года назад

    Perfect! Thanks!

  • @guillermoesparza1488
    @guillermoesparza1488 Год назад

    Thank you so much ❤

  • @muhammadululajib2091
    @muhammadululajib2091 2 года назад

    Thank you very much! !!!!!!!!!!!!!

  • @mfajutt
    @mfajutt 3 года назад

    Bro deserve Like..>

  • @dns_bp8805
    @dns_bp8805 3 года назад

    This method work for login gmail?

  • @myworldbox
    @myworldbox 3 года назад

    best tutorial

  • @GargiChaurasia-n8z
    @GargiChaurasia-n8z Год назад

    this code is not a correct

  • @rise4gamers506
    @rise4gamers506 Год назад

    thankss buddy!

  • @omaroumessaoud8268
    @omaroumessaoud8268 Год назад

    amazing

  • @maatbeat5326
    @maatbeat5326 2 года назад

    thank you so much

  • @enfantrouge666
    @enfantrouge666 2 года назад

    thanks bro

  • @sabari956
    @sabari956 Год назад

    tq bro