- 4
- 34 868
symonskyy
United States
เข้าร่วมเมื่อ 16 ก.ค. 2020
Channel about Automation Testing, Python and not only
Record and play tests with Playwright and Python
Full course here: udemy.com/course/playwright-with-python-for-web-automation-testing
มุมมอง: 707
วีดีโอ
Visual Testing with Python and Playwright for FREE
มุมมอง 1.8K2 ปีที่แล้ว
Full Playwright Python Automation course - www.udemy.com/course/playwright-with-python-for-web-automation-testing/?referralCode=9D0E186D747D6ED5BB59 0:00 - Install pytest-playwright-visual 1:31 - Run first test 3:37 - Review mismatches 5:59 - Several files and tests 8:01 - Masking dynamic elements 10:08 - Lowering strictness 11:07 - Full_page snapshot 12:25 - Fail fast
How I got 30 subscribers in 6 months!
มุมมอง 1102 ปีที่แล้ว
It's a very little known trick, but I will share it with you
Reuse cookies in Selenium with Python
มุมมอง 32K3 ปีที่แล้ว
I'll show you how you can bypass login and CAPTCHA screens in your Test Automation scripts with the use of cookies in Selenium. Python is used in this video, but the logic is the same for any other language supporting Selenium (Java, C#, PHP, JavaScript and Ruby)
Thanks, Great Work
It is not dynamic, it is a manual process, what if the session changes? Then you need to repeat the cookie-grabbing process.
ya no funciona para facebook, pero para otras paginas como platzi si me funciono
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
followed each step, didn't work for me ...
Thank you so much ❤
this code is not a correct
tq bro
amazing
Thank you so much. I am grateful your video is simple and helpful and teach me to successfully login using cookies.
you didn't talk about POM
Anybody can help me this error "Element not found or not clickable: Message: invalid cookie domain: Cookie 'domain' mismatch" ?
que navegador es?
is there a way to do this masking with javascript animations?
where I can find more info about mask, full page and all those options usage please
thankss buddy!
Could someone help me? I did the same things but the error say: InvalidCookieDomainException: Message: invalid cookie domain: Cookie 'domain' mismatch
the domain of the cookie and website should be matching if not it will produce an error
Thank you very much! !!!!!!!!!!!!!
Thank you very much! This helped me a lot.
Super sarcasm, чел ) 👍
太猛了 幫助好大😍😍😍
if i have cookie and i use proxy then is it works?
It is useful video, but you need to redo the voice part.
🏃 𝙥𝙧𝙤𝙢𝙤𝙨𝙢
You saved me a lot, thank you brooo, hope your channel grow more
thanks bro
Can anyone share the code for this in java, please ??
thank you so much
What... 🤨?
👏👏👏
how can i fix it ? Message: invalid argument: missing 'name' i did file like the video
Same for me! Did you find a solution?
Ok found it! Go to clock, language and region>region>additional settings>change list separator to comma in your system settings
did you find any solution??
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=';')
Perfect! Thanks!
worked like a charm, thank you very much
Awesome. Thank you very much.
Thank you bro, Great work ;)
Bro deserve Like..>
This helped me so much. Can you tell me why I need to hit the page first before adding cookies for this to work ?
hmmm because that is how cookies work?
best tutorial
i am getting "unable to set cookie" error for trying to log in to youtube plz help
Hey! Did u get any soln for this?
how to code with java?
Hi ! Great Video! Thank you so much
My application uses xsrf token along with cookies, it's not loging it fails to login..any other alternative?
I have the same problem, did you find any alternative?
Not yet may be need to try pickle
This method work for login gmail?