P5 - Launch Chrome & Firefox Browsers using Selenium WebDriver | తెలుగు |

  Рет қаралды 97,543

H Y R Tutorials

H Y R Tutorials

3 жыл бұрын

In this video, I have explained about "Launch Chrome & Firefox Browsers using Selenium WebDriver in తెలుగు".
Download ChromeDriver executable file:👇
sites.google.com/a/chromium.o...
Download GeckoDriver executable file:👇
github.com/mozilla/geckodrive...
Selenium WebDriver is an open-source tool for automated testing of web apps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more.
⭐ChromeDriver: ⭐
ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows, and ChromeOS)
ChromeDriver is a separate executable that Selenium WebDriver uses to control Chrome. It is maintained by the Chromium team with help from WebDriver contributors.
Follow these steps to set up your tests for running with ChromeDriver: 👇
✔ Ensure Chromium/Google Chrome is installed in a recognized location
✔ ChromeDriver expects you to have Chrome installed in the default location for your platform. You can also force ChromeDriver to use a custom location by setting a special capability.
✔ Download the ChromeDriver binary for your platform under the downloads section of chromedriver.chromium.org/ site and Help WebDriver find the downloaded ChromeDriver executable by specifying its location via the webdriver.chrome.driver system property (see sample below)
Sample Code:
~~~~~~~~~~
System.setProperty("webdriver.chrome.driver", "/path/to/chromedriver");
WebDriver driver = new ChromeDriver();
⭐ GeckoDriver: ⭐
~~~~~~~~~~
geckodriver is an implementation of WebDriver, and WebDriver can be used for widely different purposes. How you invoke geckodriver largely depends on your use case.
If you are using geckodriver through Selenium, you must ensure that you have version 3.11 or greater. Because geckodriver implements the W3C WebDriver standard and not the same Selenium wire protocol older drivers are using, you may experience incompatibilities and migration problems when making the switch from FirefoxDriver to geckodriver.
Generally speaking, Selenium 3 enabled geckodriver as the default WebDriver implementation for Firefox. With the release of Firefox 47, FirefoxDriver had to be discontinued for its lack of support for the new multi-processing architecture in Gecko.
Selenium client bindings will pick up the geckodriver binary executable from your system’s PATH environmental variable unless you override it by setting the webdriver.gecko.driver Java VM system property
Sample Code:
~~~~~~~~~
System.setProperty("webdriver.gecko.driver", "/path/to/geckodriver");
WebDriver driver = new FirefoxDriver();
▶ Next Video link: • P6 - Auto Download Dri...
◀ Previous Video Link: • P4 - Download and Inst...
↔ 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

Пікірлер: 310
@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
@travilbidda6576
@travilbidda6576 Жыл бұрын
There are two test boxes. If you enter one value in the starting text box and ten value in the end box and search, one to ten data will appear in the table, how to calculate that data in selenium
@manaswinim7775
@manaswinim7775 2 ай бұрын
Intha chakkaga explain chestunnavu tammudu .... I am Development manager with 15 years experience in .Net , I must learn Selenium to drive QA team ... Chala simple and easy ga unnayi mee videos.. you are excellent teacher . Madhyalo Bhramanandam gari expression perfect and relatable for every developer 😂
@user-tw3hs1xk4k
@user-tw3hs1xk4k 5 ай бұрын
Hi Yadagiri Reddy your all videos are helpful to me. I am waiting for other concepts of related selenium and Testing. please upload and complete the course as soon as possible
@AldhiAnil
@AldhiAnil 2 жыл бұрын
Bramhi entry ragane goosebumps vacchi..... Simply superb ga explain chesthunnav bro.... ❤️❤️
@HYRTutorials
@HYRTutorials 2 жыл бұрын
😀 thankyou buddy 😊
@naveenmunnelli
@naveenmunnelli 2 жыл бұрын
Perfect brother, very clean delivery👏😍
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou brother 😊
@sujathakoppala8063
@sujathakoppala8063 Жыл бұрын
Thank you very much for all videos, very nice and clear explanation 🙏
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@neethuvasantha2041
@neethuvasantha2041 2 жыл бұрын
chaala chala clear ga cheptunnaru. Thank you so much for your videos. pin to pin to explaining and executing..I have seen more videos from your Channel.For Beginer tr to expert avvavachu...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@AyyAppA_009
@AyyAppA_009 3 жыл бұрын
Thanks Yadagiri Reddy...Nice session...👍
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Thankyou 😊
@y.ashoknaidu5787
@y.ashoknaidu5787 3 жыл бұрын
Ur explanation is superb sir
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Thank you so much 🙂
@sirigalimeli6656
@sirigalimeli6656 Жыл бұрын
Excellent ga cheptunnav bro
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@Boundless5
@Boundless5 2 жыл бұрын
Thank you soo much sir for this video ....am struggling from the beginning of course it helped me alot thankyou...🙏
@HYRTutorials
@HYRTutorials Жыл бұрын
Good to hear buddy 🙂
@kavyayadla8642
@kavyayadla8642 2 жыл бұрын
Thank you sir chala clear ga explain chesar
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@RKumar-wn3yr
@RKumar-wn3yr 2 жыл бұрын
Excellent session 👏👏👏👏
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@syeddada1883
@syeddada1883 2 жыл бұрын
Thanku so much sir.....great explanation
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@boorlaramu
@boorlaramu 2 жыл бұрын
Super Anna..... Inka Telugu video s chiyali meeru 😎
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@srilekha009
@srilekha009 3 жыл бұрын
Superb explanation 👌🙏
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Thankyou 😊
@lathaguduri5438
@lathaguduri5438 2 жыл бұрын
Excellent explanation 👏👏
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@RajaniGanesam
@RajaniGanesam Жыл бұрын
ur awesome ...... really great ur way of explanation super annaya
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@kiranmaisatya1127
@kiranmaisatya1127 3 жыл бұрын
Chala baga explain chesaru
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Thankyou 😊
@vikram-xp5ly
@vikram-xp5ly 2 жыл бұрын
Really helpful sir 🤗
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊
@karthikclicks8416
@karthikclicks8416 2 жыл бұрын
Excellent sir👏👏👏👏 Thanq u💐💐💐
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@padmanallan
@padmanallan Жыл бұрын
Thank you once again👍
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@deepika7595
@deepika7595 2 жыл бұрын
Super sir plz more video's on selenium plzzzz and one live project pls
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou 😊 No need of any live project for selenium as every website in internet is a live only for practice
@sunderchanti3650
@sunderchanti3650 3 жыл бұрын
anna 2days nunchi own ga try chesna anna to solve some errors thank fro your video, 1mit lo solve ayindhi an problem
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Wow super Migilina videos anni kooda ade vidanga help avthai ani anukuntunna. Happy learning
@gp3379
@gp3379 2 жыл бұрын
Thank u soo much bro...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Always welcome
@chandrasekharpalle427
@chandrasekharpalle427 2 жыл бұрын
Thank you Sir..
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Consider subscribing to my telugu channel, you can enjoy lot more content there: kzfaq.info/love/1Bbtdbpfert8leeKx2mssw
@sharmilashaik4085
@sharmilashaik4085 2 жыл бұрын
Thank you annaiah
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Welcome buddy 😊
@badimalabhimesh9504
@badimalabhimesh9504 Жыл бұрын
Nice Wallpaper(Groot)🤩
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@lokeshmallavarapu6792
@lokeshmallavarapu6792 2 жыл бұрын
thank you anna 😊
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks for liking buddy
@sshaikyounus
@sshaikyounus 2 жыл бұрын
brahmi super hahahaha super explanation
@HYRTutorials
@HYRTutorials 2 жыл бұрын
haha, thanks buddy
@vijaymsn1740
@vijaymsn1740 3 жыл бұрын
Thank u bro
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Glad u liked it. Continue watching the remaining videos as well.
@ramalakshmi5640
@ramalakshmi5640 2 жыл бұрын
Super 👌👌👌👌👌
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@user-lz5pp3qh1b
@user-lz5pp3qh1b Жыл бұрын
Anna nv thopu anna
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@rajeshnaidudatti945
@rajeshnaidudatti945 2 жыл бұрын
good bro,t hank you
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks buddy 😊
@Strangerfornuthing
@Strangerfornuthing Жыл бұрын
Nice brother
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@dhanvisrinamdam9198
@dhanvisrinamdam9198 Жыл бұрын
tq bro
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@managodavari2087
@managodavari2087 Жыл бұрын
Tq.....
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@akhilbabu8921
@akhilbabu8921 9 ай бұрын
Sir ,you created a folder name is Resource folder, in this folder you paste selenium server standalone after Add to build path ,like that you pasted Chrome driver but you not do Add to build path ,why sir ?
@ShivajiKalla
@ShivajiKalla 8 ай бұрын
Hi sir, After mouse over on the chromedriver packages called import suggestions not displaying. Plz reply sir
@srilekha009
@srilekha009 2 жыл бұрын
Hi sir, till now I have seen 8 videos of you, thank you for providing this course it's very useful for the learners like me. Sir I'm getting few errors during downloading of chrome using selenium, please clarify. Errors:couldn't find main class com.example.class caused by: java. lang. class not found Exception: com. example. Class.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Check the common issues video in my telugu channel buddy
@srilekha009
@srilekha009 2 жыл бұрын
@@HYRTutorials ok thank you sir
@mohamedbhasith90
@mohamedbhasith90 Жыл бұрын
​@@HYRTutorialshi sir, how do i open specific profile in edge browser using selenium?
@HYRTutorials
@HYRTutorials Жыл бұрын
@@mohamedbhasith90 usually selenium launches a fresh instance with default settings on any browser. Even though you have created bookmarks and profiles in your browser they don't come in the automation browser buddy. But you can create all these settings programmatically before launching the browser
@mohamedbhasith90
@mohamedbhasith90 Жыл бұрын
@@HYRTutorialsdo u have any tutorial for that?
@ajithkv9539
@ajithkv9539 2 жыл бұрын
where did you get the resources folder from?? I am unable to add the web browser jars onto my eclipse. Please help.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
You have create that resources folder in your project root directory buddy.
@vkcreations5531
@vkcreations5531 Жыл бұрын
Maa palita devudu sir 🙏
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@workoriented1408
@workoriented1408 2 жыл бұрын
Hi Sir, Can you please make one video on how the driver executables should be added in maven project
@HYRTutorials
@HYRTutorials 2 жыл бұрын
If you are using maven project why you want to add driver executables manually? Check the video on auto downloading of driver executables in this playlist
@asiasultana7541
@asiasultana7541 Жыл бұрын
Hi sir, i didn't install any chrome.exe, but I opened browser amazone application, no need to add exe file right, I just install the selenium jars.Please clarify my doubt and your videos are very nice
@asiasultana7541
@asiasultana7541 Жыл бұрын
Please clarify this doubt
@HYRTutorials
@HYRTutorials 11 ай бұрын
With latest selenium versions like after 4.6.0 you don't need any chrome.exe buddy
@nandinirayavarapu1917
@nandinirayavarapu1917 2 жыл бұрын
Hai My doubt is you said that you will keep the link in discreption box about 9th line of the code but there are soo many I don't know what's the correct one
@HYRTutorials
@HYRTutorials 2 жыл бұрын
In description i have mentioned the links from where you can download the driver exe files and also mentioned the detailed info on driver exe files na
@harishgoduru7627
@harishgoduru7627 5 ай бұрын
Hii Anna Maa laptop chrome version 121.0.6167 but Google lo 115.0.0087 below versions matrame u nay ippudela?
@sivapremchandreddygoluguri7277
@sivapremchandreddygoluguri7277 Ай бұрын
Hi bro for my case i did't even install chromedriver but still my code work well I just created the object then called get method using that object But i didn't understand how it's possible
@ManuKumar-se3xy
@ManuKumar-se3xy 2 жыл бұрын
Firstly Thanks for making this amazing brief content Videos Sir on code WebDriver driver = new ChromeDriver ane rasyaru e objects valla konchem confusing WebDriver driver = new WebDriver ane kakunda ChromeDriver constructor ane call chesya annaru adhye ChromeDriver class or Constructor code first lines lo mention chiayakudadha? EX: class ChromeDriver{ ChromeDriver ( ) }
@HYRTutorials
@HYRTutorials 2 жыл бұрын
We are using the classes from selenium libraries. So we don't create those classes. Have you completed learning corejava?
@ManuKumar-se3xy
@ManuKumar-se3xy 2 жыл бұрын
@@HYRTutorials Yes Sir
@janakimamidi6902
@janakimamidi6902 2 жыл бұрын
hi sir i did download selenium jar file but it download as a zip in that its shows only floders not like standalone java file pls clear this
@HYRTutorials
@HYRTutorials 2 жыл бұрын
That's strange. Did you resolve this issue or still facing the same buddy?
@CricThrillClips
@CricThrillClips 2 жыл бұрын
Hi bro am new to selenium,this playlist is enough bro to survive and i have no Java knowledge
@HYRTutorials
@HYRTutorials 2 жыл бұрын
If you dont have java knowledge then first learn java buddy. Without java if you watch the selenium then it is waste of time
@narratej8419
@narratej8419 2 жыл бұрын
Hi bro, Chrome webdriver exe file ni eclipse lo paste cheyataniki avvatledhu. can you please suggest another option
@HYRTutorials
@HYRTutorials 2 жыл бұрын
File explorer nundi paste chei buddy
@artandcrafts6542
@artandcrafts6542 3 жыл бұрын
Hi, Even I am setting the correct path of chrome driver Still showing “the path to the driver executable must be set” Error. Please helpme🙏🏻
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Can you paste your script here, so that I can check
@Kavyatalk
@Kavyatalk 6 ай бұрын
Webdriver cannot be resolved to a type, e issue tho ninna nundi solution kosam chustuna ,miremaina help chesthara Andi Solution kosam chala youtubes lo chusa jar files add cheyadam ,even though add cheska kuda ravatle pls pls help me in this issue
@rajugujja8736
@rajugujja8736 2 жыл бұрын
Hi... Output ni excel file lo save cheyoacha.. Over write avvakunda every time add avvali output
@rajugujja8736
@rajugujja8736 2 жыл бұрын
Me videos chusi chesanu annaa.. Txt file loki save avthund... Over write avthundi output...i want to maintain xls report
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@rajugujja8736 Apache poi playlist chudu buddy
@funlearn_withraga8555
@funlearn_withraga8555 Жыл бұрын
Hi , i am trying to open web page but webdriver ni import cheyali kada asalu naku import option e chupinchatledu is there any solution
@HYRTutorials
@HYRTutorials 11 ай бұрын
Did you add the libraries buddy?
@avinashvoleti5522
@avinashvoleti5522 2 жыл бұрын
Anna Docker best aaaa Leda Kubernets best aaaa Nerchukovadaniki
@HYRTutorials
@HYRTutorials 2 жыл бұрын
They both are good but i suggest you for Kubernets
@anushap6159
@anushap6159 3 жыл бұрын
Google page open ayyindi sir but it shows windows defender antivirus wants to reset your settings ani vachindi Nenu reset chesanu sir, chrome profile chupinchatledu ante chrome profile create cheyala sir
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Send me screenshot on hyadagirireddytutorials@gmail.com
@travilbidda6576
@travilbidda6576 Жыл бұрын
There are two test boxes. If you enter one value in the starting text box and ten value in the end box and search, one to ten data will appear in the table, how to calculate that data in selenium
@HYRTutorials
@HYRTutorials Жыл бұрын
You have to get the table cells and iterate them.
@shanthimodigunta8862
@shanthimodigunta8862 2 жыл бұрын
hello sir.... sir i am using WebDriverManager, its not giving any error but when i try to use driver.get() method the parameter is only arg and null coming. if i give the Url its not opening the webpage. Why i am not get Url parameter? Please explain sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Show me the script
@shanthimodigunta8862
@shanthimodigunta8862 2 жыл бұрын
@@HYRTutorials package com.example; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import io.github.bonigarcia.wdm.WebDriverManager; public class TestActions { public static void main(String[] args) { WebDriverManager.chromedriver().setup(); WebDriver driver=new ChromeDriver(); driver.manage().window().maximize(); driver.get(arg0);
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@shanthimodigunta8862 you can replace that arg0 with url I guess u r passing the url in double quotes
@Sowmya_Batlanki
@Sowmya_Batlanki Жыл бұрын
Hi Sir, Naku program execute chestuntey Error occured during initialization of boot layer Java.lang.module.FindException : Module Automation practice(my project name) not found ani vastundi 2) driver. ani type cheyagane selenium lo unna methods anni chupinchali kada kaani chupinchatledu. Pls resolve this sir
@HYRTutorials
@HYRTutorials Жыл бұрын
Watch this video buddy kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@raviwebdeveloper8517
@raviwebdeveloper8517 11 ай бұрын
Bramhi vasthadu anne assalu expect cheyale bhayya😂 Nanu kuda bramhi fan eh
@HYRTutorials
@HYRTutorials 9 ай бұрын
😀😀
@sabirnagiri1755
@sabirnagiri1755 2 жыл бұрын
Hello sir, Okasari selenium Frameworks meeda videos teyandi sir.. Please
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Sure buddy but konchm time paduthundi
@sriharshinichada4945
@sriharshinichada4945 2 жыл бұрын
Hi sir. THis is the error am getting. Error occurred during initialization of boot layer java.lang.module.FindException: Module format not recognized: C:\Users\pc\Desktop\Chromedriver\chromedriver.exe
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Send me the screenshot on hyadagirireddytutorials@gmail.com
@ramyakyatham1446
@ramyakyatham1446 Жыл бұрын
Hi Bro Chrome driver download chesaka eclips lo paste chestuntte " CAN'T PASTE THE CLIPBOARD CONTENTS INTO THE SELECTED ELEMENTS" aani vastundi So wt i do..?
@HYRTutorials
@HYRTutorials Жыл бұрын
Open the project in file explorer and then try to paste it in the target folder buddy
@jyoshnapasupuleti9282
@jyoshnapasupuleti9282 11 ай бұрын
Hi im not able to find the chrome Version 115.0.5790.170 in the website you provided.
@HYRTutorials
@HYRTutorials 11 ай бұрын
Use the latest selenium versions and you don't need to do anything additionally buddy
@bhavanisusarla2704
@bhavanisusarla2704 Жыл бұрын
while im trying to use get method its not allowing and stating like get.class, what is the problem, itried for firefox its not giving version details
@HYRTutorials
@HYRTutorials Жыл бұрын
Send me the screenshot on hyadagirireddytutorials@gmail.com
@sruthivenum2851
@sruthivenum2851 2 жыл бұрын
Sir I have one error in run time sir, I download same as you after I run the program firstly starting Google Chrome ani another window open iyyindi but Google page kadhu , data not secure ani vachindi page
@sruthivenum2851
@sruthivenum2851 2 жыл бұрын
Pls akkada mistake cheppandi
@HYRTutorials
@HYRTutorials 2 жыл бұрын
okasari aa screenshot teesi hyadagirireddytutorials@gmail.com ki mail cheyyandi
@nagurshaik5970
@nagurshaik5970 Жыл бұрын
I am facing an issue that Class not found exeption Can you give me any suggestions..
@HYRTutorials
@HYRTutorials Жыл бұрын
Change the jre system library buddy kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@sreepaarthcreations7294
@sreepaarthcreations7294 Жыл бұрын
In latest version no need to add any translater, it is directly opens the web browser
@HYRTutorials
@HYRTutorials Жыл бұрын
Yes buddy
@nikhithakrishnam5388
@nikhithakrishnam5388 Жыл бұрын
Hi bro pls make a video of how to open chrome browser using selenium in visual studio code in Telugu
@HYRTutorials
@HYRTutorials Жыл бұрын
Sure buddy but why do u want to use vs code?
@anuradhakuppili9457
@anuradhakuppili9457 7 ай бұрын
Hi sir nice explanation, sir nenu latest version selenium download chesa sir e chromedriver download cheyakundane code execute aindhi sir reason enti sir
@anuradhakuppili9457
@anuradhakuppili9457 7 ай бұрын
Ok sir for latest versions no need to download drivers
@surukartheek1717
@surukartheek1717 2 жыл бұрын
bro maku selenium kotha nuvu edo flow lo cheapukuntu vealipothunav....nonm it persons kuda untaru kada....
@HYRTutorials
@HYRTutorials 2 жыл бұрын
NonIT persons ni dhrushtilo pettukoni he ee series chesanu buddy. Ee playlist lo unna videos ni oka order lo chusthe chala clear ga ardam avthai. Appatiki ardam avvakapothe nee doubts ni naku mail chei buddy on hyadagirireddytutorials@gmail.com
@santhoshkumarnaroju9322
@santhoshkumarnaroju9322 2 ай бұрын
Hi, Getting below error, added 4.20.0 jar files and build path also taken care, still getting below error. Exception in thread "main" java.lang.Error: Unresolved compilation problems: WebDriver cannot be resolved to a type ChromeDriver cannot be resolved to a type
@santhoshkumarnaroju9322
@santhoshkumarnaroju9322 2 ай бұрын
code: import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class TestLibraries { public static void main(String[] args) { // TODO Auto-generated method stub WebDriver driver = new ChromeDriver(); }
@tejkamalreddy9888
@tejkamalreddy9888 3 жыл бұрын
Hello Sir, My Chrome version is 91.0.4472.124, But I am seeing 2 versions related to mine in Chrome Drivers Download page one is in black color 91.0.4472.101 and another is in blue color 91.0.4472.19. Please suggest which one to download.
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Whichever is allowing you to download the exe file, you can use that link.
@tejkamalreddy9888
@tejkamalreddy9888 3 жыл бұрын
Both are allowing Sir, able to download both. Will it be fine if I use any one of these ? Don't know the difference of those 2 actually.
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Very minor version changes are there bro. Every chrome version will have 4 parts in it and you have to focus only on first 3 parts. In your case, first three parts are matching with both the versions in that case check the 4 th part which is higher one. Then use that one(higher one).
@tejkamalreddy9888
@tejkamalreddy9888 3 жыл бұрын
Thank u sir
@chinnamsrinu3898
@chinnamsrinu3898 2 жыл бұрын
Sir when iam using firefox browser it is not opening in the console not have binary path to firefox and make sure firefox is installed r not
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Did u install the firefox buddy?
@chinnamsrinu3898
@chinnamsrinu3898 2 жыл бұрын
Yaa sir installed
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Can u paste the error here
@andavaraputejeswararao1772
@andavaraputejeswararao1772 Жыл бұрын
Hi Brother While using firefor driver...getting NoSessionCreated exception....Can you suggest me what I do next?
@HYRTutorials
@HYRTutorials Жыл бұрын
Are your browser and driver versions compatible?
@andavaraputejeswararao1772
@andavaraputejeswararao1772 Жыл бұрын
@@HYRTutorials yes Sir
@HYRTutorials
@HYRTutorials Жыл бұрын
@@andavaraputejeswararao1772 send me the screenshots on hyadagirireddytutorials@gmail.com
@andavaraputejeswararao1772
@andavaraputejeswararao1772 Жыл бұрын
@@HYRTutorials sure sir
@hellowram
@hellowram Жыл бұрын
hi bro its not working this type of buildpathh access please tell me other way to add bulild path
@HYRTutorials
@HYRTutorials Жыл бұрын
Send me the screenshots on hyadagirireddytutorials@gmail.com
@ravikumarkola393
@ravikumarkola393 2 жыл бұрын
hi sir Error: Could not find or load main class test.Login Caused by: java.lang.ClassNotFoundException: test.Login e error vasthundi sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
That's a common exception occurred due to lot of issues. Try to change JRE system library and restart the eclipse
@koteshyadavbathula8526
@koteshyadavbathula8526 Жыл бұрын
Launch configuration A (1) references non-existing project TestEdgeDriver. alaa vastundi bro
@HYRTutorials
@HYRTutorials Жыл бұрын
Send me the screenshots on hyadagirireddytutorials@gmail.com
@hardiky927
@hardiky927 2 жыл бұрын
How to run the selenium in chrome and Firefox in at time ? Can you answer
@HYRTutorials
@HYRTutorials 2 жыл бұрын
For that you need to implement the parallel testing with parameters using testng. Watch the below videos to learn that: kzfaq.info/get/bejne/orOql6Z51NOWpqc.html kzfaq.info/get/bejne/rZ1_ldeWs8nchnU.html kzfaq.info/get/bejne/m5N9ftmcv9inemw.html
@manikrishna5674
@manikrishna5674 2 жыл бұрын
When I try to type system.setproperty it is showing like Evaluates project setup fixes to resolve the reference to the missing element 'System.setproperty'.how to resolve it?
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Sometimes it happens with eclipse but within some seconds of time it will work. is it the same case for you?
@manikrishna5674
@manikrishna5674 2 жыл бұрын
@@HYRTutorials I am still facing same.some of the key words in selenium are showing while righting the code but some are not showing .When you are righting the code like system.set properties it is showing for you but for me it is like no default proposals.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@manikrishna5674 system.setproperty is not from selenium brother. It is coming from Java itself. Are you in VPN?
@madhunaidu6250
@madhunaidu6250 2 жыл бұрын
Google home page automation lo open avvatledu anna. "could not find or load main class example. Selenium1 (class name) idi vastundi pls help me bro
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Paste the exact error here buddy
@paduchurimunikumari8458
@paduchurimunikumari8458 2 жыл бұрын
Sir,I followed the same as u did but I am getting error as java.lang.iilegalstateException. Can u pls help me with this
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Can u send me the screenshots on hyadagirireddytutorials@gmail.com
@paduchurimunikumari8458
@paduchurimunikumari8458 2 жыл бұрын
Sir I am trying to send u mail but it queued . I tried many Times .
@paduchurimunikumari8458
@paduchurimunikumari8458 2 жыл бұрын
Sir I am using normal java project . I am trying to navigate guru99 website but it's showing error as ClassnotfoundException
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Probably because of attachments size or low network speed
@HYRTutorials
@HYRTutorials 2 жыл бұрын
That's a common exception that occurs due to so many reasons buddy. If u can send me the screenshots then i can help you in that
@saikalyan6522
@saikalyan6522 3 жыл бұрын
Sir without using selenium can we open the browser in java?
@HYRTutorials
@HYRTutorials 3 жыл бұрын
If you want to automate or perform the actions on the opened browser then u need selenium or any other web automation tool. But if you simply want to open the browser then you don't need selenium, you can achieve that by using the below script: String chromeBrowserPath= "C:\Program Files\Google\Chrome\Application\chrome.exe"; Runtime runTime = Runtime.getRuntime(); Process process = runTime.exec(chromeBrowserPath);
@saikalyan6522
@saikalyan6522 3 жыл бұрын
@@HYRTutorials ok anna tq👍
@naziyakhan8498
@naziyakhan8498 Жыл бұрын
hello sir, while doing this program... i cant import those chrome driver option into the program.. and its showing error... can u plz help me fix this error
@HYRTutorials
@HYRTutorials Жыл бұрын
Check the last video in this playlist buddy
@angryeagles9295
@angryeagles9295 2 жыл бұрын
Anna nenu firefox and chrome selenium tho open chesthunte aa browsers open ayyi automatic ga close avuthunay. Deniki solution chepu anna please🙏?
@angryeagles9295
@angryeagles9295 2 жыл бұрын
Python tho chesthuna
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Probably ur driver executable version and browser version is mismatched
@deepika7595
@deepika7595 2 жыл бұрын
Complete selenium videos cheyandi sir telugulo plzz
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Complete ga chesanu buddy
@DINESH-im4is
@DINESH-im4is Жыл бұрын
Sir iam error like Caused by Java.lang.classNotFoundException
@HYRTutorials
@HYRTutorials Жыл бұрын
send me the screenshot on my email buddy
@Balaraju-sd5vw
@Balaraju-sd5vw Жыл бұрын
hi bro webDriver cannot be resolved a type ChormeDriver cannot be resolved a type ani vastundi em cheyali bro . and maven project kuda create avvatla . progress 33% deggare vuntundi complete avvatla ..
@Balaraju-sd5vw
@Balaraju-sd5vw Жыл бұрын
@H Y R Tutorials reply bro
@HYRTutorials
@HYRTutorials Жыл бұрын
Did u install maven in your system buddy? If not install the maven before using the dependencies in a maven project. kzfaq.info/get/bejne/Y5x3pMKdtsi2j5c.html If you are still getting the issue after finishing the above step then watch the below video buddy kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@saikumar-ky6ex
@saikumar-ky6ex 2 жыл бұрын
hii bro ChromeDriver.exe ah resouses lo copy avvatle bro. what i can do now
@HYRTutorials
@HYRTutorials 2 жыл бұрын
File explorer nundi copy paste chei buddy
@VijayKumar-bn1kd
@VijayKumar-bn1kd 2 жыл бұрын
I am unable to paste downloaded chrome driver .exe file in resource folder
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Watch this video: kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@aaravthalipeneni9324
@aaravthalipeneni9324 2 жыл бұрын
when i download and extract the chrome driver file it is not in .exe file it is showing chromedriver .
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Nothing to worry Aarav. that's because, By default extension is not showing in your directory structure. To check the extension, right click on the chromedriver and click on properties then you can see the extension there.
@aaravthalipeneni9324
@aaravthalipeneni9324 2 жыл бұрын
@@HYRTutorials Thankyou
@pallavolisowjanya4438
@pallavolisowjanya4438 2 жыл бұрын
Sir webdriver and chrome driver ki import ane option ravadam ledhu sir Yenni sarlu try chesina clarify sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Watch this video buddy kzfaq.info/get/bejne/pa-YhbGdmteXf30.html
@pallavolisowjanya4438
@pallavolisowjanya4438 2 жыл бұрын
👍🏽 tq sir
@bhavanisusarla2704
@bhavanisusarla2704 Жыл бұрын
and while im downloading maven dependency its getting junits dependency why so??
@HYRTutorials
@HYRTutorials Жыл бұрын
Because by default with the simple maven project you will get the junit library buddy. You can remove the dependency from pom.xml file
@raghavpspk
@raghavpspk 7 күн бұрын
Hello sir, Chrome driver download ani search cheste link ravadam ledu .
@mS-oc1yy
@mS-oc1yy 2 жыл бұрын
Testng telugulo cheyandi sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
TestNg inka english lone ipoledu buddy. English lo ipogane telugu lo chestanu
@manasamajam9198
@manasamajam9198 2 жыл бұрын
I am unable to paste my chrome driver. pls help me in this issue
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Try to paste the same from file explorer buddy.
@KiranKumar-pm2ui
@KiranKumar-pm2ui Жыл бұрын
Please add link of detailed explanation og webdriver driver=new chromedriver();
@HYRTutorials
@HYRTutorials 11 ай бұрын
Checkout the interview questions playlist in this channel buddy
@satyaramjidhulipudi9383
@satyaramjidhulipudi9383 2 жыл бұрын
Exception in thread "main" org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start This type error is raised.how to solve this issue My FF version 92.0.1 Java 8 Selenium 3.141.59 Gecko version 0.29.1
@HYRTutorials
@HYRTutorials 2 жыл бұрын
is the firefox window opened atleast?
@satyaramjidhulipudi9383
@satyaramjidhulipudi9383 2 жыл бұрын
@@HYRTutorials browser opened but url not opening
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@satyaramjidhulipudi9383 oh then it might be bcz of some configuration issues. What is your firefox browser version like 32bit or 64 bit? And what is the geckodriver version u r using 32 bit or 64 bit?
@sivaprasanna1100
@sivaprasanna1100 2 жыл бұрын
Sir it will not paste in chrome zip in eclipse. Could you please explain.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
You should extract the zip file and it you will get chromedriver.exe file inside that extracted folder. That file you need to copy and paste in your project.
@sivaprasanna1100
@sivaprasanna1100 2 жыл бұрын
Okay sir I will do it.
@sivaprasanna1100
@sivaprasanna1100 2 жыл бұрын
Sir it's working tq sir.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@sivaprasanna1100 ohh super
@sivaprasanna1100
@sivaprasanna1100 2 жыл бұрын
Bro I will create a gmail application login page is work to pwd is not support showing what am I do it please reply bro.