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
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... 😊
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?
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.
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
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
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 ?
Informative and unique one. Please do more videos in cypress
For your explanation, I could have clicked like button for 3 times . Very informative. Thanks for the video.
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
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... 😊
Hi! Thank you for your video. Could you please help with handling jquery dialogs?
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?
Sir how to scroll down the side nav bar in appium python . Please help me sir please
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.
Hi I'll cover it future videos; meanwhile you can refer to documentation page for examples.
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
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
hi can you please how to handle keyboard event specially "KEYDOWN" and "KEYUP" Thankyou
Any default folder structure available for mobile automation testing using python
framework structure?
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 ?
Hi, I'm sure you can use one of the text related jQuery selectors for your purpose: api.jquery.com/category/selectors/
Could you make the project's source code available? Thank you.