WebdriverIO Sync mode update | WebdriverIO v7 to v8 changes

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • #webdriverio #automationbro
    Is WebdriverIO getting rid of the Sync mode? How to use WebdriverIO in Async mode? In this video, we will be addressing these questions and talk about all the updates related to WebdriverIO Sync mode as well as cover what possible changes are there going to be from WebdriverIO v7 to WebdriverIO v8.
    🔗Video Resources:
    WebdriverIO Sync vs Async: webdriver.io/docs/sync-vs-async/
    WebdriverIO Tutorial Series - • Introduction - Webdriv...
    📧 Subscribe to my mailing list for all the latest updates as well as get access to Private Facebook Community -
    automationbro.com/mailing-list
    ✒️ Check out my blogs at - automationbro.com
    🚀 Enjoying my content and would like to support my work? Why not buy me a coffee! or Subscribe to this channel! 🚀
    www.buymeacoffee.com/automati...
    www.youtube.com/@dilpreetjoha...
    Chapters:
    0:00 - WebdriverIO Async Mode
    2:14 - What is WebdriverIO Sync mode?
    3:42 - Why WebdriverIO discontinued Sync mode?
    6:30 - WebdriverIO v8 possible changes
    7:44 - How to still use WebdriverIO sync mode?
    9:15 - WebdriverIO Tutorial Series Update
    10:05 - Wrap-up
    Follow me on other social platforms:
    🔗 Twitter: bit.ly/dilpreet-twitter
    🔗 LinkedIn: bit.ly/sdet-u-linkedin
    🔗 Dev.to: dev.to/automationbro
    Thanks for watching :)
    Automation Bro

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

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

    Hey guys, WebdriverIO has recently implemented the changes mentioned in this video to v7.9.0. You can now chain WebdriverIO commands with just a single await command.
    To read more about the changes, you can go through this blog - webdriver.io/blog/2021/07/28/sync-api-deprecation

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

    Thank you so much for taking time and explaining things. Waiting for your WDIO v8 tutorials.

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

    Thanks Dilpreet. This along with your webdriverIO series has been very helpful.

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

    I was aware of the news but thank you for shedding more light on the subject. I will be on the lookout for the new videos on async/await from you - time to grow up :)

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

    Thanks for the heads-up, Dilpreet. This was very helpful.
    Since the new wdIO version/s are going to be on async mode only, I would suggest you to let your audience get a brief kt on that subject.
    Also, thanks for the facebook community

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

      Yes, I am planning to do few videos on that. I am just waiting for the WebdriverIO v8 update as that might change the way we will use async mode as I mentioned in my video.

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

      Bro i need your help

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

    Hi Dilprit, Can you please create a video on latest DWIO V8 release ?

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

      Glad you enjoyed the content. Will definitely consider creating a video on it.

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

    Hi Dilpreet, Since now WDIO V8 is out can you please create a short video to introduce new features/bug fixes that introduce within this newer version?

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

    Hi Dilpreet, in case we use page object model. Where do we use async/await keywords? (in spec/test file, page objects inside getters/actions of page, hooks)

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

      You will use async/await in your test files and your page objects will return the web elements in the getter functions

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

    Hi Dilpreet, I am using latest version of Webdriver IO, writing code in async mode only .... Even though if we install sync package ..... If we use both (sync & async) together ..... In some logic like push our Data inti array [ ] we can use both ... It will work right ?

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

      If you are using the latest version with async mode only, then I would recommend for you to use that only and NOT install the sync package as that will get discontinued in the near future.

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

    How can i use await in getters , because sync not support in current version .

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

      You don't need to use async await for getters. You can use it same as you use using sync mode and just return the selector, but when you are calling the getter function you will need to use async-await.

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

    Why did u add subtitles with black background... Its totally below buttom area

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

      How subtitles are displayed are controlled by RUclips, not me :)

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

      @@sdetunicorns Thanks for sharing...I got it.. We can disable from options button... 😊