P7 - Different Locators available in Selenium WebDriver | తెలుగు |

  Рет қаралды 89,156

H Y R Tutorials

H Y R Tutorials

3 жыл бұрын

In this video, I have explained about "Different Locators available in Selenium WebDriver".
Selenium WebDriver is an open-source tool for automated testing of web apps across many browsers.
One of the most fundamental techniques to learn when using WebDriver is how to find elements on the page. WebDriver offers a number of built-in selector types(locators) to achieve the same.
⭐ Element Selection Strategies or Locators ⭐
There are eight different built-in element location strategies or locators available in WebDriver:
id -- Locates elements whose ID attribute matches the search value
name -- Locates elements whose NAME attribute matches the search value
class name -- Locates elements whose class name contains the search value
tag name -- Locates elements whose tag name matches the search value
CSS selector -- Locates elements matching a CSS selector
XPath -- Locates elements matching an XPath expression
link text -- Locates anchor elements whose visible text matches the search value
partial link text -- Locates anchor elements whose visible text contains the search value. If multiple elements are matching, only the first one will be selected.
In general, if HTML IDs are available, unique, and consistently predictable, they are the preferred method for locating an element on a page. They tend to work very quickly and forego much processing that comes with complicated DOM traversals.
If unique IDs are unavailable, a well-written CSS selector is a preferred method of locating an element. XPath works as well as CSS selectors, but the syntax is complicated and frequently difficult to debug. Though XPath selectors are very flexible, they are typically not performance tested by browser vendors and tend to be quite slow.
Selection strategies based on linkText and partialLinkText have drawbacks in that they only work on link elements. Additionally, they call down to XPath selectors internally in WebDriver.
Tag name can be a dangerous way to locate elements. There are frequently multiple elements of the same tag present on the page. This is mostly useful when calling the findElements(By) method which returns a collection of elements.
The recommendation is to keep your locators as compact and readable as possible. Asking WebDriver to traverse the DOM structure is an expensive operation and the more you can narrow the scope of your search, the better.
-- Example: --
WebElement cheese = driver.findElement(By.id("cheese"));
As seen in the example, locating elements in WebDriver is done on the WebDriver instance object. The findElement(By) method returns another fundamental object type, the WebElement.
WebDriver -- represents the browser
WebElement -- represents a particular DOM node (a control, e.g. a link or input field, etc.)
You can find the program used in this video at the below location: 👇
bit.ly/32ReI3h
▶ Next Video link: • P8 - How to handle Tex...
◀ Previous Video Link: • P6 - Auto Download Dri...
↔ 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

Пікірлер: 226
@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
@anuradhayadhagiri6341
@anuradhayadhagiri6341 2 жыл бұрын
Hi, even my last name is YADAGIRI
@athmakurisukshmata6206
@athmakurisukshmata6206 Жыл бұрын
thop anna nuv itla ne cheyandi videos masth 👌ardham ayithundhi Thank You very much👍
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@kavyayadla8642
@kavyayadla8642 2 жыл бұрын
Thank you for the video sir . U r very talented and u r explanation is awesome
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊 Practice cheyyadam marchipovadhu
@sandeepreddyjagga8052
@sandeepreddyjagga8052 4 ай бұрын
Before i was very afraid of selenium , but after listening to your class i feel confident . nice teaching bro
@user-bh2xk2ef1d
@user-bh2xk2ef1d 2 жыл бұрын
Anna super and clear explanation .... Soo easy to learn and thank u Annaya
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@tallurigopi9080
@tallurigopi9080 Жыл бұрын
good job gurujii thanks a lot for doing this kind of videos in our regional language...
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@baddipraveen9623
@baddipraveen9623 Жыл бұрын
Chala clear ga chepthunnaru great anna
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 🙂
@AyyAppA_009
@AyyAppA_009 3 жыл бұрын
Thanks Yadagiri Reddy..Nice session..👍
@HYRTutorials
@HYRTutorials 3 жыл бұрын
🤝
@seenaiahdasari
@seenaiahdasari Жыл бұрын
Thank you somuch sir. You are helping great. Very useful information. Thank you
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@ramadevimudhiraj3046
@ramadevimudhiraj3046 10 ай бұрын
Yes bro u r amazing,no words,thank you
@HYRTutorials
@HYRTutorials 9 ай бұрын
Thanks buddy 😊
@lokanathlok8215
@lokanathlok8215 Жыл бұрын
Sir superb easily understand ur vedios.....
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 🙂
@kvenis358
@kvenis358 Жыл бұрын
very good explanation sir. thank you very much.
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@madhurikandulabn8869
@madhurikandulabn8869 2 жыл бұрын
You are doing great job sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks buddy
@vijaysekharreddy2588
@vijaysekharreddy2588 9 ай бұрын
Nice explanation bro..
@shaggygamerTYT
@shaggygamerTYT 2 жыл бұрын
Really great explanation...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@adhinarayanasuriboina5588
@adhinarayanasuriboina5588 2 жыл бұрын
Thankyou brother usefull information
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Welcome
@rameshmulukutla
@rameshmulukutla Жыл бұрын
Very useful video thanks alot.
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@MustafaExplores
@MustafaExplores 2 жыл бұрын
All watchers, you can find highlighter script here: public static void highlight(WebDriver driver, WebElement element) { JavascriptExecutor jsExecutor = (JavascriptExecutor) driver; jsExecutor.executeScript("arguments[0].setAttribute('style', 'background: yellow; border: 2px solid red;');", element);
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yup, now this is handy
@akhila1559
@akhila1559 2 жыл бұрын
Hi..do we need to add any packages for this to work
@enjumsudhakar350
@enjumsudhakar350 2 жыл бұрын
How to download that code
@subbareddy9954
@subbareddy9954 7 ай бұрын
Really nice ,tq s mch
@MustafaExplores
@MustafaExplores 2 жыл бұрын
Thanks for the useful video brother
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Always welcome buddy
@pallavolisowjanya4438
@pallavolisowjanya4438 2 жыл бұрын
Nice explanation sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@yadavalliumamaheswararao472
@yadavalliumamaheswararao472 2 жыл бұрын
very good useful video
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@user-qe6kc9uh3k
@user-qe6kc9uh3k Жыл бұрын
Thanks Guruvaa.. 🙂
@HYRTutorials
@HYRTutorials 11 ай бұрын
Happy learning buddy 😊
@rajeshnaidudatti945
@rajeshnaidudatti945 2 жыл бұрын
thank you for the videos
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Welcome buddy 😊
@giridatta1525
@giridatta1525 2 жыл бұрын
Thank you so much brother,you are doing great job keep going👍👍
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks and keep watching
@giridatta1525
@giridatta1525 2 жыл бұрын
@@HYRTutorials sure
@Targetgroups123
@Targetgroups123 2 жыл бұрын
Thank u 🥰🥰
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked it 😊
@yaswanthtirupathi6551
@yaswanthtirupathi6551 Жыл бұрын
Thank you o much bro
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy
@gayathriakuluru3935
@gayathriakuluru3935 Жыл бұрын
learnt a lot from your videos in an very understandable our mother tounge language. can you please provide highlight methos in description box. its easy to use so asking
@HYRTutorials
@HYRTutorials Жыл бұрын
This link has all the codes that have been used in this playlist buddy. github.com/YadaGiriReddy/HYR-Tutorials/tree/master/Selenium%20Java%20in%20Telugu
@ndpnews7810
@ndpnews7810 2 жыл бұрын
Thanku broo
@HYRTutorials
@HYRTutorials 2 жыл бұрын
welcome buddy
@priyapattabhiraman1576
@priyapattabhiraman1576 2 жыл бұрын
Nice👏👏👏👏
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks 😊
@rbk1208
@rbk1208 2 жыл бұрын
Tq sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked it buddy 😊
@viswareddy3250
@viswareddy3250 2 жыл бұрын
Super
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@somisetty.sathyanarayana
@somisetty.sathyanarayana 3 жыл бұрын
Hi Sir, Konni videos Verifications checks medha kuda cheyara, mee videos chala bagunai sir
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Very soon I will start another series in which I willl be covering that verifications part
@Arunracharla
@Arunracharla 2 жыл бұрын
hi sir great explanation, but sir i need some detail explanation on xpath and css selector is there any video related to this in your play list if yes plz suggest
@HYRTutorials
@HYRTutorials 2 жыл бұрын
You can checkout these links for the detailed explanation: kzfaq.info/sun/PLacgMXFs7kl-w3RW5IN0eWVIHsYV8uHdz kzfaq.info/sun/PLacgMXFs7kl8E5xl-nu_7ZjHN0O4oiFcl kzfaq.info/get/bejne/nJafdtmT2r7Ren0.html
@anveshi2724
@anveshi2724 11 ай бұрын
in executeScript() what is the 2nd arguement you provided
@HYRTutorials
@HYRTutorials 11 ай бұрын
Web element buddy
@SanjayPatil-hl9kp
@SanjayPatil-hl9kp Жыл бұрын
Please make selenium series in English for rest of India. We will be very thankful.
@HYRTutorials
@HYRTutorials Жыл бұрын
Playlist is already available buddy. Check this page for all of my videos github.com/YadaGiriReddy/HYR-Tutorials
@rakeshsharma-gp5nf
@rakeshsharma-gp5nf Ай бұрын
Anna knchm chinna ga and clear ga chepu anna chepkuntu velipothunav... Asl thread sleep nti ah elements ela find cheyalii ivvi kudas clear ga chepthe bavundu
@shivabhargav827
@shivabhargav827 2 жыл бұрын
Superb explanation anna. But na system na script lo thread work avatled. Error message like unhandled exception ani vastundi em cheyalli??
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Send me the script and error screenshot on hyadagirireddytutorials@gmail.com
@srikanthappanaboina1042
@srikanthappanaboina1042 Жыл бұрын
Hello sir...Miru cheppina selenium videos Laptop Lo practice cheyadam valla Emaina use unttundha ??
@HYRTutorials
@HYRTutorials Жыл бұрын
Practice cheyyakapothe job ela vastundi buddy
@viswanathmalla5504
@viswanathmalla5504 Жыл бұрын
super testng also telugu lo cheyando brother
@HYRTutorials
@HYRTutorials Жыл бұрын
Sure buddy
@shivakumarthuomula915
@shivakumarthuomula915 Жыл бұрын
Hi brother thank you for your information doing good job bro . i have written all the code for this class with the 8 locaters but while i am running the program i can able to see only up to git hub page is opening after that it's not running bro can you please advice to get complete result as you get
@HYRTutorials
@HYRTutorials Жыл бұрын
Are you getting any errors in the console like nosuch element exception buddy?
@Tickertrend003
@Tickertrend003 Жыл бұрын
Anna website lo devoloper tool Ela open cheyali..I mean em click chesaru please reply anna...
@HYRTutorials
@HYRTutorials 11 ай бұрын
Press F12 in your keyboard or right-click and click on inspect element buddy
@kiranKumar-ys5iw
@kiranKumar-ys5iw Жыл бұрын
hi bro i was run code same as you but not able to highlight the text ,can you please guide me ?
@HYRTutorials
@HYRTutorials Жыл бұрын
Error em vasthundi buddy. Send me the screenshots on hyadagirireddytutorials@gmail.com
@satyaprasad7485
@satyaprasad7485 2 жыл бұрын
in edge browser facebook login page lo tagname chusa ra naku itey kanipichaledhu undha ledha ani doubt undi head tag max chala varuku use cheyaru ani cheparu
@HYRTutorials
@HYRTutorials 2 жыл бұрын
tagname anedi lekunda a element ina html lo undadu buddy, check one more time
@upendrakuraku493
@upendrakuraku493 Жыл бұрын
Hi brother, I recently started watching your vidoes on selenium and I decided that to take up selenium coaching. If training facility is available please let me know the further process brother. Thanks in advance. Upendra
@HYRTutorials
@HYRTutorials Жыл бұрын
Currently I'm not taking any personal training buddy
@abhi90522
@abhi90522 6 ай бұрын
Sir I'm carrier gap student I interested IT job any help to me
@manojkumar-bd2ws
@manojkumar-bd2ws 2 жыл бұрын
Is there any online institutes for functional testing and serinum
@HYRTutorials
@HYRTutorials 2 жыл бұрын
No idea buddy
@MaheshBabu-tn7ni
@MaheshBabu-tn7ni Жыл бұрын
how can i highliht the inputs in web page , where i can get that javascript code ,could u please give that
@HYRTutorials
@HYRTutorials Жыл бұрын
kzfaq.info/get/bejne/o7qbmLGbmtrLnKs.html
@abhi90522
@abhi90522 6 ай бұрын
Sir cals unnaya salenium freshers ki
@gousiakhan732
@gousiakhan732 Жыл бұрын
Hlo sir username or email dagara inspect chesthunaru kadandi sir akada oka vella id lekunte .name undi and password ki kuda same unte appudu am cheyali.Ala cheyali chepandi sir
@HYRTutorials
@HYRTutorials Жыл бұрын
U can either use index or create an xpath by which you can identify the element in a unique way
@gousiakhan732
@gousiakhan732 Жыл бұрын
Tq u sir
@ramyakrishna1034
@ramyakrishna1034 2 жыл бұрын
Bayya please rply.. Naku webdrivermanager rastunte vati import ravadam ldu... Malli nxt nenu dependency lo webdrivermanager dependency add cheste add kavadam ldu... And nxt nadi eppudu least version eppude nerchukunttunna but dependency add kavadam ledu please rply
@ramyakrishna1034
@ramyakrishna1034 2 жыл бұрын
WebdriverManger. Chrome driver(). Setup evi em chupinchadam ldu nenu type chestunte so please explain
@ramyakrishna1034
@ramyakrishna1034 2 жыл бұрын
Pom. Xml lo
@ramyakrishna1034
@ramyakrishna1034 2 жыл бұрын
Tha error is webdrivermanager cannot be resolved
@HYRTutorials
@HYRTutorials 2 жыл бұрын
First check this video kzfaq.info/get/bejne/pa-YhbGdmteXf30.html If it helps you then you are good. If not send me the screenshots on hyadagirireddytutorials@gmail.com
@ramyakrishna1034
@ramyakrishna1034 2 жыл бұрын
K tq bayya
@kumarchinna7831
@kumarchinna7831 2 жыл бұрын
hi ..am facing error with the highlight method..please explain clearly
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Can u mention that error here buddy
@amrenderreddy5921
@amrenderreddy5921 2 жыл бұрын
On Ap_testing (postman) video chayandi bro.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
i have the plans for that but not immediately
@amrenderreddy5921
@amrenderreddy5921 2 жыл бұрын
@@HYRTutorials ok bro,I'm waiting & exciting for ur videos. When you have free time for making videos then only u can do .
@akshayreddy4468
@akshayreddy4468 2 жыл бұрын
Hi broh I need direct training..is it possible..
@HYRTutorials
@HYRTutorials 2 жыл бұрын
No bro I'm not taking any classes currently. Anyway you can get the same knowledge at free of cost here na
@harithasirigiri5607
@harithasirigiri5607 2 жыл бұрын
Sir,Your Github repository link?
@HYRTutorials
@HYRTutorials 2 жыл бұрын
github.com/YadaGiriReddy
@MustafaExplores
@MustafaExplores 2 жыл бұрын
Hi Bro, Can you leave the code below for highlight or please correct the code below: public static void highlight(WebDriver driver, WebElement element) { JavascriptExecutor jsExecutor = (JavascriptExecutor) driver; jsExecutor.executeScript("arguments[0].setAttribute('style','border:5px red solid;background:yellow');"
@HYRTutorials
@HYRTutorials 2 жыл бұрын
After yellow text, you have to pass the webelement instance i.e element
@MustafaExplores
@MustafaExplores 2 жыл бұрын
@@HYRTutorials i am sorry bro, i am not from coading background. Can you send me the right one after you edit here...plZ
@MustafaExplores
@MustafaExplores 2 жыл бұрын
Hi bro, Any update on my request plz. I am on of your follower
@HYRTutorials
@HYRTutorials 2 жыл бұрын
jsExecutor.executeScript("arguments[0].setAttribute('style','border:5px red solid;background:yellow');", element);
@shivabhargav827
@shivabhargav827 2 жыл бұрын
Bro ippudu malli HTML nerchukovalla??
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Basics of HTML vachi unte better buddy
@vikassongala3509
@vikassongala3509 Жыл бұрын
In WebDriver suggestions, Why I'm not getting WebDriveManager as suggestion? Can you please tell me this
@HYRTutorials
@HYRTutorials Жыл бұрын
Checkout this video buddy kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@vikassongala3509
@vikassongala3509 Жыл бұрын
@@HYRTutorials Thank you 😇
@varaprasadkusunuri2652
@varaprasadkusunuri2652 2 жыл бұрын
JavascriptExecutor cannot be resolved to a type I am getting this error. Any one tell me how to resolve this
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Can u paste the line which u r using here
@varaprasadkusunuri2652
@varaprasadkusunuri2652 2 жыл бұрын
@@HYRTutorials It's working now. Imported the package. thank you
@HYRTutorials
@HYRTutorials 2 жыл бұрын
That's good
@kishoresai3044
@kishoresai3044 3 жыл бұрын
Hi Giri, Do you have a list of real time scenarios to solve? I see that your website has some practice links but if you have any real time scenarios, it will be helpful. Thanks
@HYRTutorials
@HYRTutorials 3 жыл бұрын
You can use any real time website available in internet brother. If you want to practice then you can use opensource-demo.orangehrmlive.com/
@anushakanigiri9512
@anushakanigiri9512 Жыл бұрын
naku page open avtundi but locations ni identify cheyyatla
@HYRTutorials
@HYRTutorials Жыл бұрын
Emanna errors vasthunnaya buddy?
@nyr1694
@nyr1694 2 жыл бұрын
Thread.sleep ki exception ela through cheyali sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
thread.sleep statement raasina tarvatha daani meeda mouse hover chesthe exception throw cheyyadaniki or try catch add cheyyadaniki option vastadi. Andulo exception throw chese option pick chesko buddy
@nyr1694
@nyr1694 2 жыл бұрын
@@HYRTutorials thank you
@ramalakshmi5640
@ramalakshmi5640 2 жыл бұрын
Git link is not working can u please check once
@HYRTutorials
@HYRTutorials 2 жыл бұрын
checked and is working fine buddy if u r facing any issue with link, send me the screenshot on hyadagirireddytutorials@gmail.com
@ramalakshmi5640
@ramalakshmi5640 2 жыл бұрын
Code antha same rasanu elements are not highlighted sir can u please guide
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Are you getting any exception or error in the console?
@ramalakshmi5640
@ramalakshmi5640 2 жыл бұрын
@@HYRTutorials no bro only webpage is opening
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Can u record it as a video and send me the video on hyadagirireddytutorials@gmail.com
@sirisiri3797
@sirisiri3797 2 жыл бұрын
Sir Div means, can tell me anyone
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Div ante division tag. HTML page ni compartments ga divide cheyyadaniki div use cheskuntam
@hanukalluri4689
@hanukalluri4689 2 жыл бұрын
I am looking ur trainning
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Currently I'm not providing any training buddy
@hanukalluri4689
@hanukalluri4689 2 жыл бұрын
@@HYRTutorials ok thank u sir me playlist lo unna videos saripothai aa sir to learn selenium with Java
@Prathyushamallembakam
@Prathyushamallembakam Жыл бұрын
Yes i got it facebook mida code chupincharu
@HYRTutorials
@HYRTutorials Жыл бұрын
Super buddy
@medhaswicreations731
@medhaswicreations731 2 жыл бұрын
Hi sir, I am also following your videos , but i got this error in program Error: Unable to initialize main class automationtesting.BasicMethod what can i do....please tell me sir.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Send me the screenshot on hyadagirireddytutorials@gmail.com
@pavanisannamuri2406
@pavanisannamuri2406 2 жыл бұрын
WebDriverManager dagara errors vastundi import ravatam ledhu webDriverManger ki
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Watch this video buddy: kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@user-vm6zm4tu5h
@user-vm6zm4tu5h Жыл бұрын
hi sir actually i need manual testing and automation testing full stock pettara plzzz
@HYRTutorials
@HYRTutorials 11 ай бұрын
Only automation testing maathrame unnai buddy at this time
@vasavisatyamounikasaladi1897
@vasavisatyamounikasaladi1897 Жыл бұрын
At 17:19 you got one search box . Could you please explain how did you get that ?
@HYRTutorials
@HYRTutorials Жыл бұрын
Press Ctrl+F inside the developer tools buddy
@Narendrakumar-ct2gm
@Narendrakumar-ct2gm Жыл бұрын
public static void highlight(WebDriver driver, WebElement element) { JavascriptExecutor jsExecutor = (JavascriptExecutor) driver; jsExecutor.executeScript("arguments[0].setAttribute('style', 'background: yellow; border: 2px solid red;');", element); } Hi Yadagiri bro, I can't able to execute the script in this video If I don't add the above line. If possible Could You Please Explain Why? Thank you.
@HYRTutorials
@HYRTutorials Жыл бұрын
Which line you have added here buddy?
@perumallamanohar4721
@perumallamanohar4721 Жыл бұрын
anna, nen code nuv raasinatte type chesa kani elements highlight avvatledu...🥲🥲
@HYRTutorials
@HYRTutorials Жыл бұрын
Emanna errors vasthunnaya buddy
@perumallamanohar4721
@perumallamanohar4721 Жыл бұрын
@@HYRTutorials ledu, Java version valla kuda ala avutundha
@HYRTutorials
@HYRTutorials Жыл бұрын
@@perumallamanohar4721 Java version doesnt effect that buddy,
@godsworld966
@godsworld966 2 жыл бұрын
Plz provide the developer tools link....
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Press F12 in your keyboard or right click on any element and click on inspect
@mprathyusha4790
@mprathyusha4790 Жыл бұрын
web elements ni ela open chesaru
@HYRTutorials
@HYRTutorials Жыл бұрын
HTML Dom lo Ctrl+F press cheyyi buddy
@panditsateesh6148
@panditsateesh6148 Жыл бұрын
I'm getting error for the highlight word please resolve
@HYRTutorials
@HYRTutorials Жыл бұрын
Send me the screenshot on hyadagirireddytutorials@gmail.com
@lucky-thalli-2022
@lucky-thalli-2022 2 жыл бұрын
Anna naku xpath detailed video kavali.. Link share cheyyara please
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Here is the link buddy kzfaq.info/get/bejne/n9KEedp-u5nQeJ8.html For any video just check the pinned comment buddy. It has the link for all the playlists
@lucky-thalli-2022
@lucky-thalli-2022 2 жыл бұрын
@@HYRTutorials thank you for reply anna
@enjumsudhakar350
@enjumsudhakar350 2 жыл бұрын
How to download function
@HYRTutorials
@HYRTutorials 2 жыл бұрын
em download, em function buddy?
@yaminikoppu654
@yaminikoppu654 2 жыл бұрын
naku webdrivermanager.chromedriver.setup() dhaggara error vastundhi
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Watch this video buddy: kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@yaminikoppu654
@yaminikoppu654 2 жыл бұрын
@@HYRTutorials ante na lapi lo webDriverManager ledu ana?
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Adi download chesthene kada daanitho work chestam buddy
@yaminikoppu654
@yaminikoppu654 2 жыл бұрын
@@HYRTutorials chesanu andi
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Issue ipdu solve indi ha
@manny3000
@manny3000 11 ай бұрын
Span tag option cheppu anna
@HYRTutorials
@HYRTutorials 11 ай бұрын
Span ante label he buddy
@sajidsk2445
@sajidsk2445 2 жыл бұрын
Bro naku highlight avatledhu
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Emanna errors vasthunnaya buddy?
@N.raju8247
@N.raju8247 2 жыл бұрын
Hi anna locater identify kavatam ledhu anna help me anna
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Is that element present inside any frame?
@N.raju8247
@N.raju8247 2 жыл бұрын
Ardham kaledhu anna
@HYRTutorials
@HYRTutorials 2 жыл бұрын
aa element emanna frame lo unda check chei buddy
@sireeshab3946
@sireeshab3946 Жыл бұрын
Login and password ante emi evvali sir
@HYRTutorials
@HYRTutorials Жыл бұрын
Endulo buddy
@vinodkumarinaganti6879
@vinodkumarinaganti6879 2 жыл бұрын
locators program is ok not running bro
@HYRTutorials
@HYRTutorials 2 жыл бұрын
What is the problem buddy
@SaiOneManArmy
@SaiOneManArmy 2 жыл бұрын
Are these tutorials enough brother?
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yes buddy
@nyr1694
@nyr1694 2 жыл бұрын
References ela import cheyali bro
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Manam kavalsina class or interface raasi Ctrl+space press chesthe import cheskodaniki suggestions chupisthundi
@nyr1694
@nyr1694 2 жыл бұрын
Tq
@aswinikumari7635
@aswinikumari7635 2 жыл бұрын
i tried to run the same program but facing below error:Can you please suggest on this:Exception in thread "main" org.openqa.selenium.JavascriptException: javascript error: Cannot read properties of undefined (reading 'setAttribute') (Session info: chrome=97.0.4692.71)
@HYRTutorials
@HYRTutorials 2 жыл бұрын
May be the element that u are looking for is not found and because of that it is trying to perform the operation on undefined. What is the line you have written?
@p.venkatasivarohitsivarohi3298
@p.venkatasivarohitsivarohi3298 11 ай бұрын
need a postman tool
@HYRTutorials
@HYRTutorials 11 ай бұрын
Konni days ayyaka cheddam buddy
@chinnamsrinu3898
@chinnamsrinu3898 2 жыл бұрын
Sir programme is running but at the end only one element is highlighted not all y sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
May be the element information is modified. are you getting any error in console?
@chinnamsrinu3898
@chinnamsrinu3898 2 жыл бұрын
No error sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Try highlighting the elements individually and check once buddy
@sushmajadiary8946
@sushmajadiary8946 2 жыл бұрын
Ur not saying detailing
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Which part u felt is not good? I can improve that
@sushmajadiary8946
@sushmajadiary8946 2 жыл бұрын
@@HYRTutorials selenium part 3 in telugu
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@sushmajadiary8946 ardam avvaledu
@sushmajadiary8946
@sushmajadiary8946 2 жыл бұрын
@@HYRTutorials meru selenium telugu part 3 lo variables gurinchi clear ga chepaledhu I'm beginner and I don't know how to write html also ur saying int variable it's hard to understand
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@sushmajadiary8946 ohh ok Mee problem ardam indi kaani nenu java basics ni kooda selenium videos lo chepthe videos chala lengthy avthai. And inko important thing enti ante selenium nerchukovali annappudu java basics anedi chala important. So evaru ina selenium nerchukovali ante vaallu first java nerchukovali. So java is a pre requisite for selenium. Java programming basics teliakunda selenium nerchukunte manam script raastam emo kaani daani meeda manaku 100% understanding undadu.
@pavanisannamuri2406
@pavanisannamuri2406 2 жыл бұрын
Hai sir page login ayina tarvatha colour ivatam ledhu
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Are you getting any errors?
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 37 МЛН
Мы никогда не были так напуганы!
00:15
Аришнев
Рет қаралды 6 МЛН
P7 - Different Locators in Selenium WebDriver | Selenium | Java |
21:29
H Y R Tutorials - Telugu
Рет қаралды 16 М.
P1 - Introduction to Selenium WebDriver in Telugu | తెలుగు |
17:07
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 37 МЛН