Please use the below link for the selenium videos playlist: 🔗 bit.ly/2FyKvxj
@srija_sk3 жыл бұрын
Thanks for the detailed explanation, Sir!
@HYRTutorials3 жыл бұрын
Thankyou 😊
@C.Sakthivignesh Жыл бұрын
Thank you so much sir for made this video.
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@factsofallahal-shaheedserv78162 жыл бұрын
If you find this video is not clear, you can watch this video with good , the link is in 1st comment. The content of the video is good, explained in simple way
@HYRTutorials2 жыл бұрын
Thank you
@MuhammadRizwan-zu4tr3 жыл бұрын
Well explained for the initial level users.
@HYRTutorials3 жыл бұрын
Thankyou 😊
@mohamedkaleemullah1161 Жыл бұрын
Very clearly explained
@MeetelugodivlogsАй бұрын
Hello sir i have one doubt Actually i am doing prompt alert while that time im unable to re enter the text in prompt alert text field i cant able clear the text which is already present how can i do that sir
@Od3o_ela_sabil_rabek2 жыл бұрын
After interacting with the alert how to return focus on the main window?
@HYRTutorials2 жыл бұрын
It automatically happens buddy
@pankajkore14202 жыл бұрын
Thank you sir..!
@HYRTutorials2 жыл бұрын
Welcome buddy 😊
@kiranbabuchava73902 жыл бұрын
Hi Reddy, Any Rest assured API testing?
@HYRTutorials2 жыл бұрын
Nope, atleast not in next 3 months
@factsofallahal-shaheedserv78162 жыл бұрын
Sir @ prompt alert you didn't change heading in comment line, might be you forgot
@factsofallahal-shaheedserv78162 жыл бұрын
@ 12:32
@HYRTutorials2 жыл бұрын
oh yeah. nice observation
@SaiKiran-gz9sq Жыл бұрын
Hi sir iam not getting the confirmation and prompt alerts also it is not accept the Ok button after getting the simple alert what should I do sir
@HYRTutorials Жыл бұрын
That's strange. Are you getting any errors buddy?
@nannapanenieaswar30972 жыл бұрын
sir i am not getting confirmation(&)prompt alerts. it showing me an error called "Alerts.java"
@HYRTutorials2 жыл бұрын
Paste the complete error here or send me the screenshots on hyadagirireddytutorials@gmail.com
@dev9559 Жыл бұрын
what if we have multiple text boxes in alert?
@HYRTutorials Жыл бұрын
Mostly it won't be there buddy because that's how the alerts are designed
@ankitshrivastava17723 жыл бұрын
In Propmt alert "Yada Giri Reddy" is already present and in my script when i use sendkeys the it not working.
@HYRTutorials3 жыл бұрын
We don't see the change of text but after clicking on ok button, you can see whether the name is updated or not from the label
@kkartkk93724 жыл бұрын
Hi Thanks for the video. I have a query For the prompt alert a default text was displayed in the website.so unable to clear the text and type the text thru sendkeys method. Could you please explain on how to resolve this? Also is there any method to read the default text from the prompt alert
@HYRTutorials4 жыл бұрын
No need to clear the text. when u enter the text using sendkeys method, it automatically clears the old one and enters new text.
@kkartkk93724 жыл бұрын
@@HYRTutorials t Thanks for the response. I tried the method sendkeys but it's not working .also pl tell me how to read the default text in that box
@HYRTutorials4 жыл бұрын
@@kkartkk9372 sendkeys method will actually enter the text into that prompt but in the ui u can't c d difference. We can't get the text present inside that textbox but we can get the message text.
@ankitshrivastava17723 жыл бұрын
well explained.
@HYRTutorials3 жыл бұрын
Thankyou 😊
@ayajshiekh32053 жыл бұрын
Why we are not using Alert a= new Alert(driver)
@HYRTutorials3 жыл бұрын
You can use that as well. Here I'm not using it because I m performing only a single action on the alert. So we don't need to store the instance of that alert
@vinayakmore7030 Жыл бұрын
Hi..We have similar requirement... Could you please modify your program,,,Instead of manually clicking click me button..we need to listen the website and website will send confirmation box to click Yes/No button We need to act on those button...no need to close the browser..Program will wait for next alert..How to do this?
@HYRTutorials Жыл бұрын
in order to do that we need to run some infinite loop and listen to the event buddy.
@Shivanibbbbb2 жыл бұрын
please help me, i am trying to get button on form its open separately when i click on add to cart button its not in nor i can get it from alert . i am clicking on product add to cart button .when i click its open separate form which show you add quantity and add to cart button
@HYRTutorials2 жыл бұрын
So what exactly is the problem here buddy?
@paulraj6567 Жыл бұрын
Sir please not using of id and Name . Can u please xpath locators to explain
@HYRTutorials Жыл бұрын
XPath | XML Path Language |: kzbin.info/aero/PLacgMXFs7kl-w3RW5IN0eWVIHsYV8uHdz
@ManiKandan-vo2qr4 жыл бұрын
Can we handle this alert using the Driver capabilities as i could see there is method called "setUnhandledPromptBehaviour" . Please let me know
@HYRTutorials4 жыл бұрын
The alerts are supposed to be handled programmatically bcz every alert is having a purpose or meaning to it.
@ramanamohan98132 жыл бұрын
How to handle noticifications. I mean allowing/blocking noticification .
@HYRTutorials2 жыл бұрын
Checkout this video: kzbin.info/www/bejne/mpauiZWYfq13atk
@VenkataRamana-tw6lj2 жыл бұрын
Anna oka page nunchi inkoka page ki velletappudu different different advertisements open avuthunnayi vatini yela remove (overcome) cheyali anna
@HYRTutorials Жыл бұрын
Try using the direct url buddy.
@ArunRajpidige4 жыл бұрын
I have to test a scenario where i need to handle the browser alert while closing the tab in selenium grid.. Im using the same steps as you mentioned But Browser is closing and i cant handle the alert. Can you help me with this
@HYRTutorials4 жыл бұрын
U want to handle the alert first then close the browser?
@ArunRajpidige4 жыл бұрын
@@HYRTutorials ok i will explain the manual steps..step1: I navigate to some page step2:Then i will click close browser icon step3: then popup will come saying are you sure to leave.. i need to verify that popup now
@HYRTutorials4 жыл бұрын
@@ArunRajpidige for closing the browser what u r using in selenium?
@ArunRajpidige4 жыл бұрын
@@HYRTutorials yes i' m using selenium
@HYRTutorials4 жыл бұрын
@@ArunRajpidige I mean driver.close() or driver.quit() ?
@minakshigulia89974 жыл бұрын
how to handle drop down present on pop-up??????????
@HYRTutorials4 жыл бұрын
I think you could inspect the drop-down on the pop-up also ryt? If so it's the same way how we handle normal drop-down.
@minakshigulia89974 жыл бұрын
Thnku sir
@yeliza23502 жыл бұрын
27 February ...it s done🌍
@HYRTutorials2 жыл бұрын
Thankyou 😊
@-VMamatha2 жыл бұрын
How to write alerts in pom file can anyone explain me please
@HYRTutorials2 жыл бұрын
Do u mean page object model or maven pom.xml file?
@f3century5652 жыл бұрын
i whant to open multiple windows
@HYRTutorials2 жыл бұрын
With selenium version 4 you can do that buddy
@nityapooja477 Жыл бұрын
Can u please share me the pop up related link
@HYRTutorials Жыл бұрын
All the links were updated in the description of the video buddy
@Allinoneclick232 жыл бұрын
thank you for making video
@HYRTutorials2 жыл бұрын
Happy learning buddy 😊
@harshinikalyan64572 жыл бұрын
Anyone got issue with Thread.sleep(2000); my script get stuck while using thread otherwise working
@HYRTutorials2 жыл бұрын
Alerts use chesetappudu thread.sleep isthe problem osthundi buddy