in the above tutorial you are able to select month seperately but i am not able to do it .i have hovered above it many times and even waited but it is showing both month and year. i thought of using split string but i am not able to do so as i am leaning AA now. please help me in solving my issue.
I am glad that you liked my video. And, thanks for bringing into notice about the step action. I will use the action in coming sessions. Thank you, keep in touch!
What if the year and month is not being detected by AA and the entire date window is being captured?In that case is it feasible to automate?if yes kindly suggest😊
Thanks for good demo. I tried this both but getting error "There was a problem at line 4. The input entered in 'sourceString' is incorrect", but all steps are correct. Please let me know what is the error.
Thank u mam for this great video. Really liked the way you give the solutions for these kind of scenarios. Great job 🙏👍 Could you please make video on DLL package. Thanks 🙂
I have a doubt, so this bot only work for a particular date how to design a bot that works for different date? is it possible to create a bot with giving random dates as input?
Nice video, I have a small question, when we capture the Year and month and we get those with help of GetProperty - innerText. Till this step, all goes good. However, when we click on the Next button and tries to capture the new month and year the problem starts. As we are using innerText to capture this.. So every time year and number should get changed to get the correct value. And we get the error. what solution you have implemented to fix that. Could you please help me with that?
Great tutorial... 2 points I would like to ask: 1) can we do the same with And condition? 2) I wrote innerText as InnerText as it was one of the property name like Html InnerText and I found that it is not working...we need to write innerText only to get the property...so from where did this thing can be validated/found?
Thank you, please find the answers below: 1) can we do the same with And condition - No, as bot has to click on Next button untill Month OR Year are not equal. 2) innerText is the standard property - www.w3schools.com/jsref/prop_node_innertext.asp
I'm doing a bot that requires this but I'm unable to capture Month and Year separately; it's both in one span. Is there a way to complete this with a string and number?
Hi, this is very nice demo. I have one clarification on this. You have passed the date as default value but in my case i have multiple start and end dates in Excel. Kindly advise how can i work on this scenario. Thank you!
Hi, please add Loop action to loop through rows of the excel having different dates. Please checkout this to work on different loop conditions - ruclips.net/video/YEFtEyoGBkc/видео.html
Hi, thank you for the great demo. However, I have recently installed Automation 360 and the capture is not working as expected on my Windows 11 laptop. Could you help with the proper resolution?
@@qualityassurancelab7764 as you explained in the video i have tried to capture the month and year, but unfortunately website is designed such a way that we can not capture that data as it is invisible to capture.,
Hi Great tutorial as always! I had a doubt though, if we were to select the Date as '2' for the month of March, won't the bot select the wrong date(2nd of February) since there are duplicates? How will you resolve that? Kind Regards, Hsa
Hello, Mam can you please help me with this issue I am getting an error message while capturing pick a date. error: Your chrome plugin not installed or disabled. But extensions are added in google chrome. pls help me with the isuue.
This really help, have question when ever i record the webPage i am getting an error saying "Recorder has experienced an internal error. Please Stop recording and try again" and by this way i a have never able to record the details , can you please help
@@qualityassurancelab7764 It's opening another website when i try to access the url and reutnr the error "Access denied (403)" I don't know if it because i live in brazil and for some reason my ip was blocked
i am getting error in fourth step , eventhough i am trying with same steps kindly help me . i tried using message box in 6 the step , but showing nulll
Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!
in the above tutorial you are able to select month seperately but i am not able to do it .i have hovered above it many times and even waited but it is showing both month and year. i thought of using split string but i am not able to do so as i am leaning AA now. please help me in solving my issue.
@@lakshmannalam3020 You can capture both year and month together and create same patern in your code. So that you can compare it.
Good explanation on date picker automation
Thanks a lot ma'am.Very well explained.
Very nicely explained
Very well explained.
Great.. really great...
Great example liked it and did it. One thing i noticed that ma'am you don't use the step action, which is highly recommended by AA academy.
I am glad that you liked my video. And, thanks for bringing into notice about the step action. I will use the action in coming sessions.
Thank you, keep in touch!
What if the year and month is not being detected by AA and the entire date window is being captured?In that case is it feasible to automate?if yes kindly suggest😊
Thanks for good demo. I tried this both but getting error "There was a problem at line 4. The input entered in 'sourceString' is incorrect", but all steps are correct. Please let me know what is the error.
Hi, could you please provide the input entered in 'sourceString' in the message box and let me know what message box displays?
@@qualityassurancelab7764 Hai Madam at Line No.4 String to Number: Enter String is $Cal_Year$ and Assign output to variable is $Calendar_Year$
@@siddamanilkumar8442 Are you able to print $Cal_Year$ in message box?
@@qualityassurancelab7764 I didn't check. Madam do you have any mail I'd so that I can share my code
@@siddamanilkumar8442 sure, please send me mail at labqualityassurance@gmail.com
Thanks for this video
Thank u mam for this great video. Really liked the way you give the solutions for these kind of scenarios. Great job 🙏👍 Could you please make video on DLL package. Thanks 🙂
You are welcome, I will plan for DLL package video
I have a doubt, so this bot only work for a particular date how to design a bot that works for different date? is it possible to create a bot with giving random dates as input?
Nice video, I have a small question, when we capture the Year and month and we get those with help of GetProperty - innerText. Till this step, all goes good. However, when we click on the Next button and tries to capture the new month and year the problem starts. As we are using innerText to capture this.. So every time year and number should get changed to get the correct value. And we get the error. what solution you have implemented to fix that. Could you please help me with that?
Great tutorial...
2 points I would like to ask:
1) can we do the same with And condition?
2) I wrote innerText as InnerText as it was one of the property name like Html InnerText and I found that it is not working...we need to write innerText only to get the property...so from where did this thing can be validated/found?
Thank you, please find the answers below:
1) can we do the same with And condition - No, as bot has to click on Next button untill Month OR Year are not equal.
2) innerText is the standard property - www.w3schools.com/jsref/prop_node_innertext.asp
I'm doing a bot that requires this but I'm unable to capture Month and Year separately; it's both in one span. Is there a way to complete this with a string and number?
You can capture Month and Year together, and separate them using string operations
Hi, this is very nice demo. I have one clarification on this. You have passed the date as default value but in my case i have multiple start and end dates in Excel. Kindly advise how can i work on this scenario. Thank you!
Hi, please add Loop action to loop through rows of the excel having different dates.
Please checkout this to work on different loop conditions - ruclips.net/video/YEFtEyoGBkc/видео.html
Please tell from where I can get End to End Tutorial on A2019.
Please checkout this playlist - ruclips.net/p/PLkkGqdBS1r0_cvaLxbh0UvgkS20t9m2w5
I am unable to get the year its slecting all data
Hi, thank you for the great demo. However, I have recently installed Automation 360 and the capture is not working as expected on my Windows 11 laptop. Could you help with the proper resolution?
Hi, If the required web site is not allowing us to capture/clone the month & year then how can we get required date?
What issue are you facing to capture month and year?
@@qualityassurancelab7764 as you explained in the video i have tried to capture the month and year, but unfortunately website is designed such a way that we can not capture that data as it is invisible to capture.,
Hi
Great tutorial as always!
I had a doubt though, if we were to select the Date as '2' for the month of March, won't the bot select the wrong date(2nd of February) since there are duplicates?
How will you resolve that?
Kind Regards,
Hsa
Can you help me in creating this bot "Calculate the First and Last Day of Last Month in the input will be the month" it very urgent.
Hello, Mam can you please help me with this issue
I am getting an error message while capturing pick a date.
error: Your chrome plugin not installed or disabled.
But extensions are added in google chrome.
pls help me with the isuue.
why i wrote innerText in year capture and month capture as a property ?
innerText is a property which holds the values - year and month
@@qualityassurancelab7764 Thanks :)
hi i tried this but my loop is running endless its not stop ....i did same as u did help in this
Hi, could you please share the screenshot of your bot (with Loop Action Details) at labqualityassurance@gmail.com?
@@qualityassurancelab7764 yes sure
@@qualityassurancelab7764 hi i sent u video plz go through this
This really help, have question when ever i record the webPage i am getting an error saying "Recorder has experienced an internal error. Please Stop recording and try again" and by this way i a have never able to record the details , can you please help
When i try to enter on this website i'm getting an error "access denied 403' :S
Did you get the error while entering manually on this website or through AA ?
@@qualityassurancelab7764 It's opening another website when i try to access the url and reutnr the error "Access denied (403)"
I don't know if it because i live in brazil and for some reason my ip was blocked
i am getting error in fourth step , eventhough i am trying with same steps
kindly help me .
i tried using message box in 6 the step , but showing nulll
The same senario how we can do in v11?