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
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 😂
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...
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
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 ?
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
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
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.
@@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
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
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
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
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
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 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.
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
Hi sir nice explanation, sir nenu latest version selenium download chesa sir e chromedriver download cheyakundane code execute aindhi sir reason enti sir
For that you need to implement the parallel testing with parameters using testng. Watch the below videos to learn that: ua-cam.com/video/lMzdCHom2vs/v-deo.html ua-cam.com/video/w7ObteNcxVA/v-deo.html ua-cam.com/video/e-MKvkZrCJ8/v-deo.html
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
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.
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.
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
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
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
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.
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).
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 normal Java project sir and one more doubt sir Mac os lo pash profile ne edit chesukovali kada sir. Window 10 lo mac os installation chesukovacha sir
@@anushap6159 normal java project ithe jar files download chesara? Vaatini build path ki add chesara? Project lo referenced libraries section lo selenium standalone server jar undi ha? Windows 10 os lo mac os anedi install cheyyalem. Oka os meeda inko os ni install cheyyaradu. Okavela edaina vmware lanti software use chesthe apudu cheyyochu but adi physical installation of os avvadu.
@@HYRTutorials Tq sir I rectified my problem But another problem sir In program package name and public class name shows no error but it run, it's shows :(error:could not find or load main class (given names) Caused by:java.lang.classnotfoundexception:(Given names) I select project and then go to properties select libraries select module add library..... But this problem can not solve
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);
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 ( ) }
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
@@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?
@@HYRTutorials thanks a lot I started watching ur videos yesterday onwards way of explanation is nice .I Am currently doing manual testing I think this video's will cover all automation .and help me to get into automation think so
📌 Selenium Java in Telugu Playlist link: bit.ly/3tL7Z9S
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
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
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 😂
Bramhi entry ragane goosebumps vacchi..... Simply superb ga explain chesthunnav bro.... ❤️❤️
😀 thankyou buddy 😊
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...
Thankyou buddy 😊
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
Super Anna.....
Inka Telugu video s chiyali meeru 😎
Thankyou 😊
Excellent ga cheptunnav bro
Thanks buddy 😊
Perfect brother, very clean delivery👏😍
Thankyou brother 😊
Thanks Yadagiri Reddy...Nice session...👍
Thankyou 😊
In latest version no need to add any translater, it is directly opens the web browser
Yes buddy
Nice Wallpaper(Groot)🤩
Thanks buddy 😊
Super sir plz more video's on selenium plzzzz and one live project pls
Thankyou 😊
No need of any live project for selenium as every website in internet is a live only for practice
brahmi super hahahaha super explanation
haha, thanks buddy
Nice explanation 👏
Thank you very much for all videos, very nice and clear explanation 🙏
Thanks buddy 😊
Hi sir,
After mouse over on the chromedriver packages called import suggestions not displaying. Plz reply sir
ur awesome ...... really great ur way of explanation super annaya
Thanks buddy 😊
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 ?
Hi... Output ni excel file lo save cheyoacha.. Over write avvakunda every time add avvali output
Me videos chusi chesanu annaa.. Txt file loki save avthund... Over write avthundi output...i want to maintain xls report
@@rajugujja8736 Apache poi playlist chudu buddy
Excellent session 👏👏👏👏
Thankyou buddy 😊
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
Please clarify this doubt
With latest selenium versions like after 4.6.0 you don't need any chrome.exe buddy
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
That's strange.
Did you resolve this issue or still facing the same buddy?
Sir what happens when we skip archetype selection coz it's taking a lot of time and not loading sometimes
where did you get the resources folder from?? I am unable to add the web browser jars onto my eclipse. Please help.
You have create that resources folder in your project root directory buddy.
Ur explanation is superb sir
Thank you so much 🙂
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
Show me the script
@@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);
@@shanthimodigunta8862 you can replace that arg0 with url
I guess u r passing the url in double quotes
Chala baga explain chesaru
Thankyou 😊
Thank you sir chala clear ga explain chesar
Thankyou 😊
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🙏🏻
Can you paste your script here, so that I can check
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.
Check the common issues video in my telugu channel buddy
@@HYRTutorials ok thank you sir
@@HYRTutorialshi sir, how do i open specific profile in edge browser using selenium?
@@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
@@HYRTutorialsdo u have any tutorial for that?
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
Did u install the firefox buddy?
Yaa sir installed
Can u paste the error here
Sir,I followed the same as u did but I am getting error as java.lang.iilegalstateException.
Can u pls help me with this
Can u send me the screenshots on hyadagirireddytutorials@gmail.com
Sir I am trying to send u mail but it queued .
I tried many Times .
Sir I am using normal java project .
I am trying to navigate guru99 website but it's showing error as ClassnotfoundException
Probably because of attachments size or low network speed
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
Hi Brother
While using firefor driver...getting NoSessionCreated exception....Can you suggest me what I do next?
Are your browser and driver versions compatible?
@@HYRTutorials yes Sir
@@andavaraputejeswararao1772 send me the screenshots on hyadagirireddytutorials@gmail.com
@@HYRTutorials sure sir
Thank you soo much sir for this video ....am struggling from the beginning of course it helped me alot thankyou...🙏
Good to hear buddy 🙂
Superb explanation 👌🙏
Thankyou 😊
I am facing an issue that
Class not found exeption
Can you give me any suggestions..
Change the jre system library buddy
ua-cam.com/video/oIhRNl5q3OI/v-deo.html
Hi bro,
Chrome webdriver exe file ni eclipse lo paste cheyataniki avvatledhu.
can you please suggest another option
File explorer nundi paste chei buddy
Hi Sir,
Can you please make one video on how the driver executables should be added in maven project
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
Excellent explanation 👏👏
Thankyou 😊
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
Send me the screenshot on hyadagirireddytutorials@gmail.com
Hi im not able to find the chrome Version 115.0.5790.170 in the website you provided.
Use the latest selenium versions and you don't need to do anything additionally buddy
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
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
anna 2days nunchi own ga try chesna anna to solve some errors thank fro your video, 1mit lo solve ayindhi an problem
Wow super
Migilina videos anni kooda ade vidanga help avthai ani anukuntunna.
Happy learning
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
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?
Sometimes it happens with eclipse but within some seconds of time it will work.
is it the same case for you?
@@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.
@@manikrishna5674 system.setproperty is not from selenium brother.
It is coming from Java itself.
Are you in VPN?
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
Pls akkada mistake cheppandi
okasari aa screenshot teesi hyadagirireddytutorials@gmail.com ki mail cheyyandi
hi sir
Error: Could not find or load main class test.Login
Caused by: java.lang.ClassNotFoundException: test.Login
e error vasthundi sir
That's a common exception occurred due to lot of issues.
Try to change JRE system library and restart the eclipse
Hi bro am new to selenium,this playlist is enough bro to survive and i have no Java knowledge
If you dont have java knowledge then first learn java buddy.
Without java if you watch the selenium then it is waste of time
Really helpful sir 🤗
Thankyou 😊
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
Send me the screenshot on hyadagirireddytutorials@gmail.com
hi bro its not working this type of buildpathh access
please tell me other way to add bulild path
Send me the screenshots on hyadagirireddytutorials@gmail.com
Hi sir nice explanation, sir nenu latest version selenium download chesa sir e chromedriver download cheyakundane code execute aindhi sir reason enti sir
Ok sir for latest versions no need to download drivers
Hi , i am trying to open web page but webdriver ni import cheyali kada asalu naku import option e chupinchatledu is there any solution
Did you add the libraries buddy?
Anna Docker best aaaa Leda Kubernets best aaaa
Nerchukovadaniki
They both are good but i suggest you for Kubernets
How to run the selenium in chrome and Firefox in at time ? Can you answer
For that you need to implement the parallel testing with parameters using testng.
Watch the below videos to learn that:
ua-cam.com/video/lMzdCHom2vs/v-deo.html
ua-cam.com/video/w7ObteNcxVA/v-deo.html
ua-cam.com/video/e-MKvkZrCJ8/v-deo.html
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
Send me screenshot on hyadagirireddytutorials@gmail.com
Thanku so much sir.....great explanation
Thankyou buddy 😊
Thank you once again👍
Happy learning buddy 😊
I added build path to java project but u anale to import the same still i can see error
when i download and extract the chrome driver file it is not in .exe file it is showing chromedriver .
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.
@@HYRTutorials Thankyou
Sir it will not paste in chrome zip in eclipse. Could you please explain.
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.
Okay sir I will do it.
Sir it's working tq sir.
@@sivaprasanna1100 ohh super
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.
bro maku selenium kotha nuvu edo flow lo cheapukuntu vealipothunav....nonm it persons kuda untaru kada....
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
Maa palita devudu sir 🙏
Thanks buddy 😊
Sir iam error like
Caused by Java.lang.classNotFoundException
send me the screenshot on my email buddy
Anna nenu firefox and chrome selenium tho open chesthunte aa browsers open ayyi automatic ga close avuthunay. Deniki solution chepu anna please🙏?
Python tho chesthuna
Probably ur driver executable version and browser version is mismatched
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
You have to get the table cells and iterate them.
Nice brother
Thanks buddy 😊
Sir webdriver and chrome driver ki import ane option ravadam ledhu sir
Yenni sarlu try chesina clarify sir
Watch this video buddy
ua-cam.com/video/oIhRNl5q3OI/v-deo.html
👍🏽 tq sir
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
Watch this video buddy
ua-cam.com/video/oIhRNl5q3OI/v-deo.html
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.
Whichever is allowing you to download the exe file, you can use that link.
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.
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).
Thank u sir
Super 👌👌👌👌👌
Thankyou buddy 😊
I am unable to paste my chrome driver. pls help me in this issue
Try to paste the same from file explorer buddy.
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..?
Open the project in file explorer and then try to paste it in the target folder buddy
Sir I am import web driver and chromedriver but it shows left side error
How to rectify sir
You are using maven project or normal java project?
@@HYRTutorials normal Java project sir and one more doubt sir
Mac os lo pash profile ne edit chesukovali kada sir. Window 10 lo mac os installation chesukovacha sir
@@anushap6159 normal java project ithe jar files download chesara?
Vaatini build path ki add chesara?
Project lo referenced libraries section lo selenium standalone server jar undi ha?
Windows 10 os lo mac os anedi install cheyyalem.
Oka os meeda inko os ni install cheyyaradu.
Okavela edaina vmware lanti software use chesthe apudu cheyyochu but adi physical installation of os avvadu.
@@HYRTutorials Tq sir
I rectified my problem
But another problem sir
In program package name and public class name shows no error but it run, it's shows :(error:could not find or load main class (given names)
Caused by:java.lang.classnotfoundexception:(Given names)
I select project and then go to properties select libraries select module add library.....
But this problem can not solve
@@anushap6159 verify whether you added the jdk library to your project
Bro web driver and chrome driver can't be rosolved type ani vastundhi bro
Only ee line lo matrame error vastundhi
Ee playlist last lo oka video untundi chudu buddy issues meeda
@@HYRTutorialsbrother I request you to give me a job as fresher through reference
Sir without using selenium can we open the browser in java?
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);
@@HYRTutorials ok anna tq👍
Anna nv thopu anna
Thanks buddy 😊
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 ( )
}
We are using the classes from selenium libraries. So we don't create those classes.
Have you completed learning corejava?
@@HYRTutorials Yes Sir
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
is the firefox window opened atleast?
@@HYRTutorials browser opened but url not opening
@@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?
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
Paste the exact error here buddy
Hi bro pls make a video of how to open chrome browser using selenium in visual studio code in Telugu
Sure buddy but why do u want to use vs code?
Hello sir, Okasari selenium Frameworks meeda videos teyandi sir.. Please
Sure buddy but konchm time paduthundi
What is meaning of relative path and absolute path...?difference
Absolute path starts from root of the directory. It's kind of full path.
Relative path is given by considering the current project or current folder.
@@HYRTutorials got it thanks 😊
Fast reply👏👏
@@priyapattabhiraman1576 yeah sometimes.
But even in worst case scenario you can expect the reply within 1day.
@@HYRTutorials thanks a lot I started watching ur videos yesterday onwards way of explanation is nice .I Am currently doing manual testing I think this video's will cover all automation .and help me to get into automation think so
Launch configuration A (1) references non-existing project TestEdgeDriver. alaa vastundi bro
Send me the screenshots on hyadagirireddytutorials@gmail.com
@HYRTutorials
Manual meda emina chesaraa videos
Bramhi vasthadu anne assalu expect cheyale bhayya😂
Nanu kuda bramhi fan eh
😀😀
hii bro ChromeDriver.exe ah resouses lo copy avvatle bro. what i can do now
File explorer nundi copy paste chei buddy
and while im downloading maven dependency its getting junits dependency why so??
Because by default with the simple maven project you will get the junit library buddy.
You can remove the dependency from pom.xml file
Please add link of detailed explanation og webdriver driver=new chromedriver();
Checkout the interview questions playlist in this channel buddy
Hello sir,
Chrome driver download ani search cheste link ravadam ledu .
Sir chrome diver kindha import ani ravatledhu andhuku ani sir
Ctrl + Space click cheyyandi apdu options chupisthadi import cheskodaniki.
Ctrl+spress chesina eam chupinchatla sir
@@supriyachaithu3996 did you add the selenium standalone server jar file to your project?
Thanks bro❤
Thank u soo much bro...
Always welcome
hi, sir good afternoon could you please share the link for the chrome driver download for selenium?
Here is the link buddy
chromedriver.chromium.org/downloads
@@HYRTutorials thank you, sir
Thank you Sir..
Consider subscribing to my telugu channel, you can enjoy lot more content there: ua-cam.com/channels/1Bbtdbpfert8leeKx2mssw.html
How to close pop up by using selenium
Which type of a popup it is?
Are you able to inspect anything on that popup?
thank you anna 😊
Thanks for liking buddy
Thank you annaiah
Welcome buddy 😊
Complete selenium videos cheyandi sir telugulo plzz
Complete ga chesanu buddy
Sir meedi spring boot course unda?