Cypress Automation Tutorial - Dynamic elements or content Part 12

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

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

  • @seruvalingamvs8698
    @seruvalingamvs8698 8 месяцев назад

    Informative and unique one. Please do more videos in cypress

  • @raghuvardhanyekula331
    @raghuvardhanyekula331 4 года назад +1

    For your explanation, I could have clicked like button for 3 times . Very informative. Thanks for the video.

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

    Hello sir i have question if i have a locator in which there is specific text which i want to make dynamic and want user input that user can pass on runtime and my locator should so how can i do that

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

    Could you please make a video on how to add common methods in cypress[i.e. getTextOfWebElement, getAttribute, findAndClickOnElement, handlingDropdown, customizeWait, isElementDisplayed, isElementEnabled.. ]
    All your videos are very informative and Awaiting for this video hope you will upload soon... 😊

  • @artemkhtrn8694
    @artemkhtrn8694 4 года назад

    Hi! Thank you for your video. Could you please help with handling jquery dialogs?

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

    Thank you sir for cypress tutorial. I just started learning it. i tried this selectors playground of cypress but it gives dynamic selectors which changed on page refresh. sir do you have any tutorial on cypress with Selectorshub?

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

    Sir how to scroll down the side nav bar in appium python . Please help me sir please

  • @rohitkumarjaiswal9056
    @rohitkumarjaiswal9056 4 года назад

    Sir can you please tell how to scroll a web page in cypress also how to read data from files and more on framework style, great content up till now sir.

    • @CopeAutomation
      @CopeAutomation  4 года назад

      Hi I'll cover it future videos; meanwhile you can refer to documentation page for examples.

  • @karimhaned7039
    @karimhaned7039 4 года назад +1

    Hi , your videos are amazing ! we are just shifted to cypress in our company. my question : I need to verify digital link is opened which has dynamic query parameter , so my URL assertion fails the fact it has dynamic query. any insight how to handle it ? thanks

    • @CopeAutomation
      @CopeAutomation  4 года назад +2

      Hi,
      Thanks. You can try multiple ways which suites the requirements. For example, if you know the 'dynamic' part of the url, you can make the full url using string concatenation and assert the full url, else you can assert part of the url matches. Chai library is quite vast and you can almost assert anything. Hope it help

  • @suarpakistan1
    @suarpakistan1 4 года назад

    hi can you please how to handle keyboard event specially "KEYDOWN" and "KEYUP" Thankyou

  • @muthukrishnans6177
    @muthukrishnans6177 4 года назад

    Any default folder structure available for mobile automation testing using python
    framework structure?

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

    Does anyone know how we can write a css locator for a text? For ex text - Cypress then in xpath we can use contains or text method. How we can do that using css selector ?

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

      Hi, I'm sure you can use one of the text related jQuery selectors for your purpose: api.jquery.com/category/selectors/

  • @reneeazevedo972
    @reneeazevedo972 4 года назад

    Could you make the project's source code available? Thank you.