P22 - XPath Full Course in తెలుగు | Selenium | తెలుగు |

  Рет қаралды 130,903

H Y R Tutorials

H Y R Tutorials

Күн бұрын

In this video, I have explained about "XPath Full Course in తెలుగు".
Video Timeline:
00:00 Chapter 0 - Getting Started
10:14 Chapter 1 - Introduction
15:54 Chapter 2 - Types of XPath
29:38 Chapter 3 - XPath using Attributes
52:11 Chapter 4 - XPath Operators
01:09:11 Chapter 5 - XPath Conditions
01:25:37 Chapter 6 - XPath with Index
01:38:04 Chapter 7 - XPath Functions
02:10:06 Chapter 8 - XPath Axes
02:43:05 Chapter 9 - XPath Shortcuts
02:58:48 Chapter 10 - Third Party XPath Tools
03:26:31 Chapter 11 - Common Mistakes
The below website is used for practice: 👇
www.hyrtutorials.com/p/add-pa...
You can find the program used in this video at the below location: 👇
bit.ly/2SCrhxD
XPath (XML Path Language) is a query language for selecting nodes from an XML document.
Or in other words, XPath is a query language for finding elements in an HTML web page.
Xpath is defined by the World Wide Web Consortium (W3C).
There are two types of XPath available:
1) Absolute XPath
2) Relative XPath
➳ Absolute XPath
It starts with the root element of the document.
Example:
/html/body/div[1]/div[3]/form/div[1]/div[1]/div[1]/div[1]/div[1]/input
➳ Relative XPath
It starts from any point in the document based on the search criteria.
Example:
//input[@id=‘abcd’]
------ XPath Operators ------
= Tests whether two expressions are equal.
< Tests whether the first expression is less than the second.
<= Tests whether the first expression is less than or equal to the second.
> Tests whether the first expression is greater than the second.
>= Tests whether the first expression is greater than or equal to the second.
!= Tests whether the two expressions are not equal.
and - Tests whether both the first and second expressions are true. If the first expression is false, the second is not evaluated.
or - Tests whether either the first or second expressions are true. If the first expression is true, the second is not evaluated
------ XPath Functions ------
text() - Selects the text nodes of the current context node.
Contains() - Contains method is used when we know about the partial attribute value or partial text associated with the web element.
Starts-with() - starts-with method is used when we know about the initial partial attribute value or initial partial text associated with the web element.
normalize-space() - The normalize-space function ignores the leading, trailing, and repeating white spaces, that means after applying the normalize-space the text become normalized with no line breaks, and give a proper sentence.
------ Examples ------
//td[text()=5000]
//button[@id='refreshBtn' and @value='Refresh']
//button[@id='refreshBtn' or @value='Refresh']
//a[text()='Sign in']
//a[contains(text(),'Sign')]
//button[contains(@class,'sign')]
//div[starts-with(@class,'container')]
//label[normalize-space(text())='First Name']
XPath Axes methods are used in finding the dynamic elements which do not have a unique attribute value.
An axis represents a relationship to the context (current) element and is used to locate elements relative to that element on the DOM.
----- Axes names/methods ------
👉 ancestor
👉 ancestor-or-self
👉 descendant
👉 descendant-or-self
👉 preceding-sibling
👉 following-sibling
👉 parent
👉 child
👉 following
👉 preceding
▶ Next Video link: • P23 - Perform Mouse A...
◀ Previous Video Link: • P21 - How to get WebEl...
↔ Selenium Java in Telugu Playlist link: bit.ly/3tL7Z9S
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
👑 Join my KZfaq channel to get access to perks:👇
/ @hyrtutorials
==============================================
==============================================
Connect us @
🔗 Website - www.hyrtutorials.com
🔗 Telegram - t.me/hyrtutorials
🔗 Facebook - / hyrtutorials
🔗 LinkedIn - / hyrtutorials
🔗 Twitter - / hyrtutorials
🔗 Instagram - / hyrtutorials
==============================================
==============================================
🙏 Please Subscribe🔔 to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.
#hyrtutorials #selenium #telugu #java

Пікірлер: 472
@HYRTutorials
@HYRTutorials 3 жыл бұрын
📌 Selenium Java in Telugu Playlist link: bit.ly/3tL7Z9S ✴ Checkout my other playlists: bit.ly/3gLIAVL ☕ Buy me a coffee: bit.ly/33ljBWc
@shubhamtiwari-oz1dz
@shubhamtiwari-oz1dz 2 жыл бұрын
please put subtitle for more accessibility sir. Great work
@sanaswathi6265
@sanaswathi6265 2 жыл бұрын
Will you teach online classes for selinium once again
@swapnatalks1491
@swapnatalks1491 Жыл бұрын
This type of clean teaching never before ever after... Continously 4chapters completed... Fully understood... Tqqqq soo much sir.... I took break.. I will continue from 5th chapter...in my next free time.. Just love this course.. No words for ur efforts.. Sir..tqqqq 🙏🙏🙏🙏🙏
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@sandhyasmiiles9448
@sandhyasmiiles9448 28 күн бұрын
A huge respect towards you sir....explained very nicely...it helped me a lot..thank you
@pasuyoutube3004
@pasuyoutube3004 Жыл бұрын
Anna neelanti patience world lo inkevvariki vundadu anna god bless u anna students kosam nuvvu pade aavedana hands up 🙏🙏🙏
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@niranjanvaddi4672
@niranjanvaddi4672 6 ай бұрын
Yadagiri Reddy garu mee valla nenu complete Selenium nerchukunnanu sir meeku chala dhanyavadalu 🙏🙏🙏🙏🙏
@vinod478
@vinod478 Жыл бұрын
Meku Thanks cheppina thakkuve sir. I understood the concepts well. Iam practicing well. You are a best teacher sir❤
@HYRTutorials
@HYRTutorials 11 ай бұрын
Super buddy
@swethayadav7723
@swethayadav7723 2 жыл бұрын
Anna ne videos chusi selenium nerchukontuna chala bhaga artham ayuthumdhi .thanks
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thats good to hear buddy 😊
@tennetimurty1848
@tennetimurty1848 2 жыл бұрын
Excellent presentation!! Thanks for your great work...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thank you so much buddy
@anushabethapudi3669
@anushabethapudi3669 13 күн бұрын
Covered all the topics in xpath, absolute,relative,relations, thank you so much for clear explanation
@manojmamillapalli8293
@manojmamillapalli8293 2 жыл бұрын
Thank you sir,for giving so much suggestions and detailed explanation
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked it buddy, practice as much as you can on many websites.
@srinivassatyaaa
@srinivassatyaaa Жыл бұрын
Explained in crystal clear.Thank you
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy
@user-rr2nd4ts3l
@user-rr2nd4ts3l 6 ай бұрын
Good and Clear Explaination.Great Brother
@bhaskarvardhamana
@bhaskarvardhamana Жыл бұрын
Your lessons are awesome with wonderful explanation ..cheers!!!
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@devarajramagiri9700
@devarajramagiri9700 2 жыл бұрын
Super explanation bro as it is in Telugu language helps telugu people a lot and you were exactly correct about 'zero to hero' in xpath after watching this video
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou hero.
@tajamulshariff176
@tajamulshariff176 2 жыл бұрын
Awesome Video - Really loved your explanation. God bless you bro.... thanks a ton.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@srilekha009
@srilekha009 2 жыл бұрын
Thank you so much for providing this information, surely we will do more practice on this.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad it helped you buddy. Practice is the key for XPath mastering.
@srikanthrock6452
@srikanthrock6452 2 жыл бұрын
awesome explanation bro it cleared all my doubts in x-path everything explained in crystal clear. 'From Zero to Hero'
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@dikondavinay14
@dikondavinay14 2 жыл бұрын
Really you are amazing instructor.. thanks for the session..
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@rajanimaradani4096
@rajanimaradani4096 7 ай бұрын
Very good Explanation sir, after watching this video I got more clarity & confidence sir, Thank you very much sir.. Awesome.
@ravalipanja5194
@ravalipanja5194 2 жыл бұрын
Ur efforts are awesome..thank you so much for giving this video it really helps
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@chandrakanthreddy8424
@chandrakanthreddy8424 Жыл бұрын
Thank you HYR Tutorials. Learnt something new things about the Xpath concept.
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@harithakonda3091
@harithakonda3091 Жыл бұрын
Very nice and clear explanation. Thank you so much for your efforts.
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@Sashirekha-rc4ge
@Sashirekha-rc4ge Ай бұрын
The way in which you explain each and every point is excellent bro...
@adilakshmi1658
@adilakshmi1658 2 жыл бұрын
You are very talented and hardworker. All the best. I understood these concepts,Thank you very much for your contributions.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@arunsweden
@arunsweden 7 ай бұрын
Great work sir. Thank you.
@user-uv3xg8kt7c
@user-uv3xg8kt7c 3 ай бұрын
think you sir providing lot of information clearly.
@kishoresai3044
@kishoresai3044 3 жыл бұрын
Really loved it and you engaged me through out the video. It really help me to scale up my knowledge on Xpath. Thanks a lot and appreciate your efforts @HYR :).
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Great to hear that. Keep watching and keep learning.
@chaitanyaroyal8652
@chaitanyaroyal8652 9 ай бұрын
verey valla dhaggara nerchukunna and verey youtube channels chusina naaku ee concept arthamey kaaleydhu sir, but mee video chusaka naaku patas movie lo oka song gurthochindhi sir :maa dhevudu nuvvey nayya maa kosam puttavayya, and thank you very much for the best explination sir👏👏👏👏👏👏👏👏
@mrbe0001
@mrbe0001 2 жыл бұрын
thankyou!!!! i gain good knowledge on xpath also now i m perfect to write any xpath ...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Great 👍. Thats good to hear
@mounikakataboina5615
@mounikakataboina5615 Жыл бұрын
Cristal clear explanation🙏🙏🙏🙏 Thank you so much sir🤘👌
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@sruthivenum2851
@sruthivenum2851 2 жыл бұрын
Your way of explanation super sir , really 👏 thanq so much for ur valuable time
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou for liking 😊 Do share with your friends also
@sruthivenum2851
@sruthivenum2851 2 жыл бұрын
Really super sir I never feel bored in watching this video thanq so much
@HYRTutorials
@HYRTutorials 2 жыл бұрын
So nice of you
@rupaagula252
@rupaagula252 2 жыл бұрын
That's Great Explanation Thank you so much
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@NagababuYadlapalli
@NagababuYadlapalli Жыл бұрын
thank u for giving valuable time........its clear way of teaching
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@mohamedilyas8610
@mohamedilyas8610 2 жыл бұрын
Learnt something new.Really helpful🤗
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked it
@vishalpolepally1326
@vishalpolepally1326 Жыл бұрын
Thank you sir for explaining this xpath concept clearly.
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks for liking buddy
@sambasivaraopolisetty8112
@sambasivaraopolisetty8112 Жыл бұрын
Thank you for transforming your knowledge
@HYRTutorials
@HYRTutorials 11 ай бұрын
Happy learning buddy 😊
@yendapallisaikrishna919
@yendapallisaikrishna919 Жыл бұрын
Vary helpful video to develop my skills anna Tq for teaching & making us expert
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@sriramgunnam4455
@sriramgunnam4455 2 жыл бұрын
Thank you very much anna ni videos chudam valla chala easy ga concepts ardam chesukuntunna, company lo training antha am ledu ni videos mundey chudam valla chala peaceful ga vallu ichina task lu easy ga chesthunna. Thank you so much for your hard work and time. ❤️
@HYRTutorials
@HYRTutorials 2 жыл бұрын
That's great 👍 Thankyou 😊
@sravanipriyanka7087
@sravanipriyanka7087 Жыл бұрын
Thanks for your hard work and teaching skills, which have positively impacted a lot of our lives.
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@vepurisushma7435
@vepurisushma7435 2 жыл бұрын
Super Explanation....Thank you so much
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@rajurysandhya3975
@rajurysandhya3975 5 ай бұрын
Good explanation sir, really it's helpful to me
@parashanthv4505
@parashanthv4505 9 ай бұрын
Thankyou bro excellent teaching ❤
@gouryraj381
@gouryraj381 2 жыл бұрын
Thank you and Hatts off to u for clear ga explanation..
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@krrish208
@krrish208 2 жыл бұрын
Thank you for clear explanation 🙂🙂
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Welcome buddy 😊
@peddamabuammasabgari5524
@peddamabuammasabgari5524 Жыл бұрын
Thank you so much for giving more knowledge
@HYRTutorials
@HYRTutorials Жыл бұрын
Welcome buddy
@TejeswarReddy-hd7rl
@TejeswarReddy-hd7rl Жыл бұрын
Really a super explanation ..really every one becomes a Zero to Hero
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@rangareddy9641
@rangareddy9641 2 жыл бұрын
Explanation is very clear and After watching this video they will definitely become a Zero to Hero..Awesome👌
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thank you so much 😀
@medhaswicreations731
@medhaswicreations731 2 жыл бұрын
Thank you sir....I learned complete xpath..just now i know how to write the xpath and everything....once again thank you sir...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thats good to hear buddy
@sirishabsc7826
@sirishabsc7826 2 жыл бұрын
Thank you so much for the useful Videos😊..
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked them buddy 😊
@OmprakashReddyLekiReddy
@OmprakashReddyLekiReddy Жыл бұрын
Nice explanation,he would become a great mentor ❤❤
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@saratkumar8797
@saratkumar8797 2 жыл бұрын
great brother I have got full knowledge about XPath thank you for making me XPath master thanks alots
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thats really good to hear buddy
@durgaprasadkonda6752
@durgaprasadkonda6752 Жыл бұрын
Super Anna.. This is my first KZfaq comment ..Great .intha clear ga akkada chepparu...Thank You so Much...
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@bhargavapalagiri7441
@bhargavapalagiri7441 2 жыл бұрын
Mee videos super , manchi ga explain chesaru . Adevidam ga maven project videos chai anna .
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Sure buddy, Thank you 😊
@arjunharimanikyam3827
@arjunharimanikyam3827 Жыл бұрын
Thanks a lot sir I became hero is x path...God bless you
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@Cherryplaypvp
@Cherryplaypvp 2 жыл бұрын
Crystal clear explanation 👌
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you think so buddy
@jashmiakepati7154
@jashmiakepati7154 2 жыл бұрын
Awesome Video ,Thank you so much for all your efforts. Love it sir!! could you please make videos regarding how to push ,pull, merge ,rebase, forking ,cherry-picking other Git related videos. your explanation boosts confidence and encourages to learn more sir. keep doing good stuff!!
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊 Will start series on GIT after some time.
@munisaimechanical3087
@munisaimechanical3087 2 жыл бұрын
Nice explanation Sir Great job 👏👏👏
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks for liking
@suprajanemalidinne4754
@suprajanemalidinne4754 2 жыл бұрын
Super explanation Thank you so much
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked it
@Mommys_lil_Pranshi
@Mommys_lil_Pranshi 7 ай бұрын
Such a awesome video!, kudos to your hard work without expecting anything…just loved it…people are charging thousands of rupees for just normal explanation…but without charging any thing you are doing this much for testers like us…thank you so much..! And also if possible can you start API Automation series also?
@manasamarripudi9069
@manasamarripudi9069 2 жыл бұрын
Great lecture , crystal clear @HYR,If possible please do videos on api automation too. Thanks in advance 😊
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy
@srujankoutarapu6037
@srujankoutarapu6037 2 жыл бұрын
you are super sir, nice and simple explanation sir , keep going videos like this sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@aditya_kittu22
@aditya_kittu22 Жыл бұрын
super brother mee video dwara xpath by axes meedha oka clarity vachindhi
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks for liking buddy
@venkateshganta1662
@venkateshganta1662 Жыл бұрын
Thank you sir chala baga chepparu sir
@HYRTutorials
@HYRTutorials Жыл бұрын
Welcome buddy 😊
@boyasaidivya2080
@boyasaidivya2080 2 жыл бұрын
Thank you so much anna for this knowledgeable vedio🤩
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@kishore2115
@kishore2115 2 жыл бұрын
super bro. when i am getting doubt firstly i am visiting your channel for reference it helps me a lot.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thank you so much 🙂
@kishore2115
@kishore2115 2 жыл бұрын
@@HYRTutorials it is so helpful if you do on selenium grid also
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yeah sure buddy
@gandepallisravani97
@gandepallisravani97 Жыл бұрын
Hi… the way of ur explanation is too gud… great job ji
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@vamsikrishna6401
@vamsikrishna6401 2 жыл бұрын
Bhayya... chaala manchi explanation.. meeru pette efforts literally awesome... My sincere request : Meeku konchem time unte oka end to end framework i.e POM, Hybrid framework videos pettandi bro.. chala use avuthai andariki... Once again thanks for everything brother
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy. Sure i will try to make one but epdu anedi committed ga cheppalenu buddy.
@vijayp600
@vijayp600 Жыл бұрын
Really loved your explanation
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@Abhi-ix5qu
@Abhi-ix5qu 12 күн бұрын
Thank you so much❤. I hope you make same type of video for css selector as well.
@nageswararaovicharapu2595
@nageswararaovicharapu2595 2 жыл бұрын
Excellent...video
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@jaldumanasa2490
@jaldumanasa2490 2 жыл бұрын
Hats off sir to ur efforts
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@sridhardhoni4816
@sridhardhoni4816 2 жыл бұрын
tqsm.. for giving x-path in-detailed
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad it helped you buddy
@thellakulasridhar218
@thellakulasridhar218 2 жыл бұрын
@@HYRTutorials thankyou for your response ..😊
@dsagency3411
@dsagency3411 6 ай бұрын
Very well explanation sir. Start online classes for students like us. It will be more useful to us
@varmamahender9209
@varmamahender9209 Жыл бұрын
Sir ,Your every video helps everyone to become genius
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks for liking buddy
@tulasibakkireddy7137
@tulasibakkireddy7137 2 жыл бұрын
Really helpful anna Thank you so much Anna🙏
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Happy to help
@sunithach2632
@sunithach2632 2 жыл бұрын
Ur way of explaination is very very soopr sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@saibhavana9300
@saibhavana9300 Жыл бұрын
crystal clear explanation sir
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@harithakoyilada5436
@harithakoyilada5436 2 жыл бұрын
Ammababoiiiiii Sir, you are really great..chala effort pettaru maalanti vala kosam..actually I am a beginner ,bt me videos chala help avthunai, baga gurthuntai....chala bagaaa.. me teaching skills super. oka friend explain chesthe ela untado ala undi...thanks sir..thanx a lot.....
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Woww thankyou 😊 Okkasari vinte nerchukunte malli marchipokoodadu ala undali
@harithakoyilada5436
@harithakoyilada5436 2 жыл бұрын
@@HYRTutorials Exactly sir. kani meela cheppevalu kuda dorakaliga...Anyways Thank you Sir.
@venkatapraveenjannu4868
@venkatapraveenjannu4868 Жыл бұрын
Excellent teaching..
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 🙂
@suresrinivasarao5950
@suresrinivasarao5950 2 жыл бұрын
Really your videos are very helpful to so many people sir thank you so much for that if possible please do videos on nightwatch js and cucumber also.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@sarayuraomenneni7783
@sarayuraomenneni7783 2 жыл бұрын
Excellent Tutorial
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@mukeshkumartutika
@mukeshkumartutika 2 жыл бұрын
I don’t have any knowledge on testing, after listening to your videos I got interest and confidence as well. God bless you brother❤
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Good to hear, thankyou buddy
@yohanmallula3132
@yohanmallula3132 2 жыл бұрын
bro nenu e course recent ga start chasanuu douts ami na utay share chasukovachuu contact itava ?
@GovindC-be2sr
@GovindC-be2sr Жыл бұрын
super explain sir.. take a bow🤩
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@user-cw2ev1wi8d
@user-cw2ev1wi8d 7 ай бұрын
Awesome class 👍👍
@user-hl4ew5ee2d
@user-hl4ew5ee2d 6 ай бұрын
Thank you so much 😊
@rohithprabhu537
@rohithprabhu537 Ай бұрын
Did anyone observe the time when he was teaching its almost 1 o clock AM 😮😮 you are amazing sir thanks is just small word and i am sorry i only have one like button and i'm shareing this video with friends and some people who want's to learn automation testing
@sivajamapalupendra4306
@sivajamapalupendra4306 2 жыл бұрын
Tq...........A lot HYR sir i got one idea about Xpath
@HYRTutorials
@HYRTutorials 2 жыл бұрын
That's very good to hear buddy
@cheeliamarnath250
@cheeliamarnath250 Жыл бұрын
Thank you bro unna doubts anni clear ayayi nenu xpath rayatam raaka chropath use chesevadini Miru chepindi right Now i am very clear about xpath
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@nsk4785
@nsk4785 Жыл бұрын
Excellent presentation sir
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@dineshkumar8050
@dineshkumar8050 Жыл бұрын
Fantastic explaination super sir
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@abhishekh3
@abhishekh3 2 жыл бұрын
A big salute to you bro! for your patience and detailed explanation. Thanks and appreciate your efforts!!
@HYRTutorials
@HYRTutorials 2 жыл бұрын
So nice of you buddy
@meenasony8131
@meenasony8131 2 жыл бұрын
wonderful explanation
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy
@kishorebadavath4318
@kishorebadavath4318 11 ай бұрын
Fantastic explanation 🎉
@HYRTutorials
@HYRTutorials 11 ай бұрын
Thanks buddy 😊
@AktharDreamScape
@AktharDreamScape Жыл бұрын
guruji super meeru
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@saikavitha5728
@saikavitha5728 Жыл бұрын
Thanks for sharing this video 😊
@HYRTutorials
@HYRTutorials Жыл бұрын
Keep learning and keep rocking
@SivaKumar-bd8hm
@SivaKumar-bd8hm 2 жыл бұрын
super and thank you so much sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks buddy
@uday2397
@uday2397 2 жыл бұрын
I don't have knowledge on xpath I learned xpath from this course Xpath is part of my promotion exam syllabus Around 10 xpath qstns i got out of 20 Remaining are java SQL qstns i cleared my promotion exam got promotion tqqq
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Wow super buddy
@uday2397
@uday2397 2 жыл бұрын
@@HYRTutorials bro telugu Linux classes unnaya
@HYRTutorialsTelugu
@HYRTutorialsTelugu 2 жыл бұрын
@@uday2397 No Buddy
@swapnapasupuleti3437
@swapnapasupuleti3437 5 ай бұрын
Thank you ❤❤
@KiranKumar-pm2ui
@KiranKumar-pm2ui Жыл бұрын
Very good explanation
@HYRTutorials
@HYRTutorials 11 ай бұрын
Thanks buddy 😊
P23 - Perform Mouse  Actions in Selenium WebDriver | తెలుగు |
23:40
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 14 МЛН
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 3,3 МЛН
Каха и суп
00:39
К-Media
Рет қаралды 4,2 МЛН
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 536 М.
P22 - XPath Full Course | Selenium | Java |
3:40:25
H Y R Tutorials - Telugu
Рет қаралды 16 М.
P25 - TestNG Listeners | TestNG | Testing Framework | ITestListener |
55:35
Selenium C# Full Course by Bakkappa N
4:58:34
Testers Talk
Рет қаралды 184 М.
P25 - JavascriptExecutor in Selenium WebDriver | తెలుగు |
1:11:34
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 14 МЛН