Пікірлер
@user-op8uq8rz3e
@user-op8uq8rz3e 2 күн бұрын
thanks! nice video
@rajatsiddamal
@rajatsiddamal 3 күн бұрын
oh god we were so dumb we didnt knew webdriver_manager including my TL so we just kept downloading either driver or kept upgrading or downgrading chrome at clients prod VDI's
@TomásGómez-q4v
@TomásGómez-q4v 6 күн бұрын
Hey, I made your step by step tutorial but Im not able to run a test. Im having the port issue that you mentioned in the video, I made the same as you indicated but still having the same problem :(
@kattiav.murillo6534
@kattiav.murillo6534 13 күн бұрын
What if there is not target present in the element ?
@JoseCarlosLlerenas
@JoseCarlosLlerenas 25 күн бұрын
It helped a lot. Thank you very much.
@spycarnage6019
@spycarnage6019 28 күн бұрын
Hi there I write down Selenium script from its website to get single element and i change a line in it for locating single element from web so the line is driver.get(By.CLASS_NAME, "pius-card-container") and then print(elem.text ) but its shows me every single time no such element exception. I use the vedio of code with harry the very first my vode run but then i run it again it again shows me the same error even i didn't touch the code just hit the run button to play it again so ehat shoud i do pls help me
@spycarnage6019
@spycarnage6019 28 күн бұрын
I mistakenly type the wrong line in the comment but the right is written in the code but still show the error
@Blackstone-m9b
@Blackstone-m9b 20 күн бұрын
@@spycarnage6019 maybe there are more elements with the same class, try using xpath or id.
@Imran_khan702
@Imran_khan702 28 күн бұрын
this website is not working
@mlpadmasrip
@mlpadmasrip Ай бұрын
Thank you , it worked.
@not.so.gloomy.sunday5970
@not.so.gloomy.sunday5970 Ай бұрын
Great videos! I wanted to ask, isn't it better to store the page elements as fields in the Page class? The field+getter combination seems like a more flexible approach.
@saurabhkumar-bo4cr
@saurabhkumar-bo4cr Ай бұрын
Nice video. Could you please create a video for handling calendars in detail i.e. user can select any date
@nishanishu6018
@nishanishu6018 Ай бұрын
Hola Nisha here ! I got an project regarding this and I'm a beginner I have seen your videos and I'm creating a web driver it doesn't open an default Brower . It's coming up some window and tells not secure and leave that automatically . I unable to slove that
@richabinani8952
@richabinani8952 Ай бұрын
Please explain webdriverIO architecture
@dikshachauhan1876
@dikshachauhan1876 Ай бұрын
Thanks a lot for this detailed video
@Tapana32
@Tapana32 Ай бұрын
but how it implement ck editor upload function There is no submit button.
@saurabhkumar-bo4cr
@saurabhkumar-bo4cr Ай бұрын
Great information 🎉
@saurabhkumar-bo4cr
@saurabhkumar-bo4cr Ай бұрын
Great video ...🎉 How to handle payment window ?
@sreenukuruva6393
@sreenukuruva6393 Ай бұрын
How can we start writing test cases as a beginner in the full fledge test case template sir.....
@preetijindal1
@preetijindal1 Ай бұрын
Hi, i tried this somehow i am getting cy.click() failed beacuse it requires a DOM element. Any suggestions?
@InduMusuvathiDevendran
@InduMusuvathiDevendran Ай бұрын
This video helped me a lot. thank you so much
@sheetalkumari2692
@sheetalkumari2692 Ай бұрын
Hi one questions for 2024 which one is demanding skill actually in my resume I put selenium test ng Java but not getting single call any idea ??
@hildanmalaya
@hildanmalaya Ай бұрын
Bro, i have some problem when i will select file, i can't to upload my image file. I just try my api. How to solve that and send my images? Thank you
@amansingh-ix6do
@amansingh-ix6do Ай бұрын
Does the website which you mentioned in the video is out of service now??
@user-km4id5dt1q
@user-km4id5dt1q Ай бұрын
Not getting OTP via any recice-smms numbers - plz help me
@rifkykurniawan9905
@rifkykurniawan9905 Ай бұрын
After import chai package, it show this error : Error: Unable to load spec files quite likely because they rely on `browser` object that is not fully initialized. `browser` object has only `capabilities` and some flags like `isMobile` i try to run wdio to automate the react native mobile (android) can someone help me
@abirchowdru2784
@abirchowdru2784 Ай бұрын
Great!
@user-su9vl4dz8q
@user-su9vl4dz8q Ай бұрын
could you provide the url to automation bro site? because it not accessible at the moment
@sdetunicorns
@sdetunicorns Ай бұрын
practice.sdetunicorns.com
@musicotensai
@musicotensai Ай бұрын
How do I do this with a new tab using POM? I have a page object for the new tab but unsure how to use popup action with it.
@notthatkindofsam
@notthatkindofsam Ай бұрын
Thanks for the video. I really don't understand why you have to explicitly write "await" each line basically. I hate writing Playwright scripts compared to Cypress but I need to help some other QAs pick up UI automation and their teams chose Playwright. That's not your fault obviously 😆 Thanks for the quick vid.
@eco89
@eco89 Ай бұрын
Bcuz all the commands started with Cy are synchronised by default, however playwright is not like that. You need to make sure a line execute after completing of previous line by using await as prefix.
@XBOXTimeDevil
@XBOXTimeDevil 2 ай бұрын
I followed this and was able to alter it to my needs, thanks for sharing this is simply great!
@kishoresrinivas2104
@kishoresrinivas2104 2 ай бұрын
Thank you for your quick explanation ☺️
@user-cf2my1gy8v
@user-cf2my1gy8v 2 ай бұрын
Thanks !
@marlynsandovalvinet4943
@marlynsandovalvinet4943 2 ай бұрын
Hi! How can I integrate my automation project with webdriverIO and Browserstack SSO? Would be interesting a tutorial for it! thank you!
@HanniaRojas-fj1up
@HanniaRojas-fj1up 2 ай бұрын
I did try this, but I got this error: Cannot read property 'apply' of undefined when using console.table
@effad
@effad 2 ай бұрын
Thank you so much for this video. Your tutorial unblocked me so I could complete my test script.
@GauravSinha-pl5eu
@GauravSinha-pl5eu 2 ай бұрын
5k to 6k dollar per year price🤣🤣🤣🤣
@rengarajanmanirao8774
@rengarajanmanirao8774 2 ай бұрын
need to How to read email content from outlook Inbox in cypress
@amandeep-tu9cj
@amandeep-tu9cj 2 ай бұрын
Cypress also supports allure reports
@immortalgamer3417
@immortalgamer3417 2 ай бұрын
Just clearly understood sir
@KamleshVerma2389x
@KamleshVerma2389x 2 ай бұрын
Please focus on the main topic rather then putting unnecessary lines in the main topic. You watch too much KZfaq and trying to sound like a white. still your English isn't near that. because of this, what you said is difficult to comprehend
@Player_Eins
@Player_Eins 2 ай бұрын
Hey Dilpreet, it seems the practice site is down. Any chance of getting it working again?
@sdetunicorns
@sdetunicorns 2 ай бұрын
its back up
@aparajeetaroy519
@aparajeetaroy519 3 ай бұрын
Can we automate the mobile devices by just using webdriverIO & browserstack without using appium? If yes , can you please share. thanks
@AI_4214
@AI_4214 3 ай бұрын
Thanks for the video, How can I access a webpage using a different chrome account?
@valerietiyiselani6049
@valerietiyiselani6049 3 ай бұрын
Hey Brother , have you done Api automation on PlaywrightJs
@RawlskiKawalski
@RawlskiKawalski 3 ай бұрын
After watching other tutorials yours was the best and I literally had no issues lol. Thank you!
@RawlskiKawalski
@RawlskiKawalski 3 ай бұрын
Also just liked and subbed!
@harunjonuzi
@harunjonuzi 3 ай бұрын
23:30, my html reporter doesn't include clicking on the test lines and showing the code as in your example, why is that?
@shubhangisabale3980
@shubhangisabale3980 3 ай бұрын
How to upload file on button,if there is no input tag
@nikunjpatel3092
@nikunjpatel3092 3 ай бұрын
Hi Dilpreet, Your channel has helped me a lot in the past and want to implement this on my project where tests are running on jenkins agents which has linux AMIs and seeing this chromedriver version mismatch. currently my wdio version is 7 and knowing the fact that this solution only apply to wdio v8. Could you please brief me if there are major changes between v7 and v8 were introduced ?
@sdetunicorns
@sdetunicorns 3 ай бұрын
Good to hear! These were some of the main v8 changes - webdriver.io/blog/2023/07/31/driver-management
@nikunjpatel3092
@nikunjpatel3092 2 ай бұрын
@@sdetunicorns Thanks a lot Dilpreet, I've now upgraded WDIO from version 7 to 8 and this Chrome for testing working like a gem. With this do we need to take care of defauld port? if so, how can I specify default port?
@nikunjpatel3092
@nikunjpatel3092 2 ай бұрын
Hi Dilpreet, I have upgraded my wdio version to 8 (from 7) and chrome for testing working fine. But is it correct that if I don't specify browser versio at all then it will pick up the chrome version installed on local? Why I am asking is because we run our test on local as well as on jenkins and we do not want to specify browser version everytime chrome version change.
@balasrivishnuchiruvella5477
@balasrivishnuchiruvella5477 3 ай бұрын
Hey Dilpreet, you do not know wow much I was struggling to resolve this driver not matched with version issue as my version of chrome is 124 and driver is 112. This video really helped me and I don't have to install / download a driver now to execute scripts now. A like and a subscribed added. :) Thanks.
@sdetunicorns
@sdetunicorns 3 ай бұрын
Thanks! Glad it helped :)
@AshishSingh-ri9rr
@AshishSingh-ri9rr 3 ай бұрын
i want to extract the xpath directly by clicking on the element during runtime without manually entering each xpath manually. Is there a way to do it?
@sdetunicorns
@sdetunicorns 3 ай бұрын
to click you need to first identify element.. you cant do it directly
@AshishSingh-ri9rr
@AshishSingh-ri9rr 3 ай бұрын
@@sdetunicorns Hi thanks for the reply. I am creating an application for record and playback for web elements. Like selenium IDE, I want to get the element locators (xpath\css ame\id)during runtime as it is not possible to get the locators manually for recorder. Can I customize selenium IDE as per my use case? So that I can invoke it directly from the command line without using its UI.
@AshishSingh-ri9rr
@AshishSingh-ri9rr 3 ай бұрын
Hi can you do a video on how to generate automated scripts instead of writing a manual one using "sbase mkrec new_test.py --url=wikipedia.org". Is there a way to stop the recorder without going back to terminal during recording and pressing 'c' and 'enter'. Thanks