I am watching your videos from Canada, since i am not paying any fees, i watching all full ads, so you earn some amount for your hard work sir.. you are the reason i felt easy study...
Thank you so much sir, for your time and efforts. Never believed that I would able to learn coding and do automation. But the way you are teaching it is fabulous. Thank you again.
00:08 Handling dynamic pagination web table 03:49 Handle dynamic pagination web table in Selenium with Java 11:39 Handling dynamic pagination web table using if conditions 17:18 Capturing dynamic values from web table 24:08 Handling dynamic pagination web table using Selenium with Java. 27:28 Handling dynamic pagination web table 35:11 Understanding dynamic pagination in Selenium with Java 38:26 Handling dynamic pagination by checking P value in Selenium with Java 44:56 Handling dynamic pagination in Selenium with Java 48:07 How to find and read data from a web table in Selenium with Java. 54:56 Handling dynamic pagination in Selenium with Java 59:02 Automating pagination in web tables 1:06:01 Handling dynamic pagination in Bootstrap tables with Selenium and Java.
I couldn't follow this video as the website was stuck in a loop stating "Verifying you are human. This may take a few seconds." when automating. It was ok opening the website manually but not through the script.
@SDET-QA sir pagenation is not working. element is not clickable exception is continuesly thrown by java compiler. tried explicit wait and Thread.sleep also but not able to solve the problem
while accessing the webapplication via automation run, it's about getting "Verifying you are human. This may take a few seconds." is there any way to overcome during the run?
We should organize the table data to custom classes with useful functions. like class Customers with getTotalPages(), goToPage(int pageNumber), countRow(), getRows() which return list of Customer object, class Customer which represents for each row, include some useful functions like getName(), getEmail(), remove(), edit(),
Hi sir...Thank you soo much for making videos. Can you please prepare interview questions for both QA(Manual and Automation). It will help sir. Please share
@pavan Sir: Explanation was very good. Sir you are a gem...Sir , could you please help as this opencart url is not working for me please share correct URL i m getting 404 not found
while accessing the webapplication via automation run, it's about getting "Verifying you are human. This may take a few seconds." is there any way to overcome during the run?
Sir, I wrote the script but the check box does not appear when opened the browser and keep loading only, I can not access the website What should I do?
Sir please could you help me solve this error- Exception in thread "main" org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element is not clickable at point (320, 827)
Sir your tutorials and explanation are very good. I am doing practice but my for loop is not working properly its giving me an error "element click intercepted: Element is not clickable at point (321, 845)". Can you please help me to sort it out
hello Sir, this is application opencart with username password is not working anymore, doing the assignment which is at the end , Thank you for everything.
You can use Split(" ") method with the separator as space (" "), that will return the Array list of strings and you can use the last index to get the page count.
respect from Pakistan but take it as request share the solution of assignment in static table lecture i solve the problem but using double array method
while accessing the webapplication via automation run, it's about getting "Verifying you are human. This may take a few seconds." is there any way to overcome during the run?
For accessing customer table. Use this Alternate URL.
www.ecomdeveloper.com/demo/admin/index.php
User: demoadmin
Password: demopass
I am watching your videos from Canada, since i am not paying any fees, i watching all full ads, so you earn some amount for your hard work sir.. you are the reason i felt easy study...
Thank you so much sir, for your time and efforts. Never believed that I would able to learn coding and do automation. But the way you are teaching it is fabulous. Thank you again.
You are most welcome
00:08 Handling dynamic pagination web table
03:49 Handle dynamic pagination web table in Selenium with Java
11:39 Handling dynamic pagination web table using if conditions
17:18 Capturing dynamic values from web table
24:08 Handling dynamic pagination web table using Selenium with Java.
27:28 Handling dynamic pagination web table
35:11 Understanding dynamic pagination in Selenium with Java
38:26 Handling dynamic pagination by checking P value in Selenium with Java
44:56 Handling dynamic pagination in Selenium with Java
48:07 How to find and read data from a web table in Selenium with Java.
54:56 Handling dynamic pagination in Selenium with Java
59:02 Automating pagination in web tables
1:06:01 Handling dynamic pagination in Bootstrap tables with Selenium and Java.
Thank you Sir, your explanation of concepts makes concepts clear. I am very grateful.
Welcome
your teaching skill is awsome
Thanks
Hi Sir how many sessions are there to complete this course?
12:00 we can use try catch here , and in catch just put continue statement
Nice 👍
Thanks sir ...god bless you 🎉
Welcome
Hello Sir, demo.opencart url that you mentioned in the above tutorial is not working.
Thank you so much sir
I couldn't follow this video as the website was stuck in a loop stating "Verifying you are human. This may take a few seconds." when automating. It was ok opening the website manually but not through the script.
@SDET-QA sir pagenation is not working. element is not clickable exception is continuesly thrown by java compiler. tried explicit wait and Thread.sleep also but not able to solve the problem
Yes same or me too.
same problem i am facing. did you get any solution?
@@swatipathak1802 No not yet
Yeah me to...did u find any solution
Haven't found any solution yet.
Nice teaching
Thanks
Sir can u teach apium also
while accessing the webapplication via automation run, it's about getting
"Verifying you are human. This may take a few seconds."
is there any way to overcome during the run?
Thank you so much sir.
Most welcome
We should organize the table data to custom classes with useful functions. like class Customers with getTotalPages(), goToPage(int pageNumber), countRow(), getRows() which return list of Customer object, class Customer which represents for each row, include some useful functions like getName(), getEmail(), remove(), edit(),
for repeating pages the xpath is not working it it displaying unable to locate element
Hi sir...Thank you soo much for making videos. Can you please prepare interview questions for both QA(Manual and Automation). It will help sir. Please share
@pavan Sir: Explanation was very good. Sir you are a gem...Sir , could you please help as this opencart url is not working for me please share correct URL i m getting 404 not found
Hey, did you get any solution or correct URL for accessing the dynamic pagination table?
Thank you sir
Welcome
while accessing the webapplication via automation run, it's about getting
"Verifying you are human. This may take a few seconds."
is there any way to overcome during the run?
Sir, I wrote the script but the check box does not appear when opened the browser and keep loading only, I can not access the website
What should I do?
How to get size of the pagination list if it contains elipses and page number visible only after clicking
Please let us know how many more episodes are yet to cover to complete selenium
Sir please could you help me solve this error- Exception in thread "main" org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element is not clickable at point (320, 827)
Sir where is Sorting solution for previous static table.
Sir your tutorials and explanation are very good. I am doing practice but my for loop is not working properly its giving me an error "element click intercepted: Element is not clickable at point (321, 845)". Can you please help me to sort it out
Did you resolved it?
Even I am getting same error
I am also getting the same error I tried using explicit wait also showing same error
@@soumyavollala5503 not yet
I guess you are running headless. try this when clicking the customer tab
try {
WebElement customerTab = webDriver.findElement(By.xpath("//li[@id='menu-customer']"));
((JavascriptExecutor) webDriver).executeScript("arguments[0].click();", customerTab);
System.out.println("Customers parent clicked!");
WebElement customerTabChild = webDriver.findElement(By.xpath("//ul[@id='collapse-5']//a[contains(text(),'Customers')]"));
((JavascriptExecutor) webDriver).executeScript("arguments[0].click();", customerTabChild);
System.out.println("Customers child clicked!");
}
catch (Exception e){
System.out.println(e.getMessage());
}
hello Sir, this is application opencart with username password is not working anymore, doing the assignment which is at the end , Thank you for everything.
Can we Get the assignment playlist
how we will find the substring value for this one ..Page 1 of 22,999....kindly help
You can use Split(" ") method with the separator as space (" "), that will return the Array list of strings and you can use the last index to get the page count.
Do anyone facing issue with opencart site , as it is showing error for me while I am automating it to test.
not able to login to this demo app with username/pwd as demo/demo
Hi sir I am getting element not clickable error for pages sir can u please help me to slove this one
hello, which application did you use ?
@@rijo-johnson same one which was used by sir in the video
Sir. In this site it shows verifying your are human how can i handle it
Hello sir, could you please share the link of the assignment answer please
❤
Nice teaching sir
Nice teaching sir
Sir please use a different application in project section
Sir please provide all Java classes notes
Mention your mail ID I send u all the notes
System.out.format("%-30s%-30s%-15s%n", custName, email, status); use this to print in consol
sir how i can get ur privioys vedios
Plz check playlists.
Hii sir i want subscription for your course
@@sdetpavan sir I need to join your live sessions pls rply
I AM NOT ABLE TO LOGIN.
respect from Pakistan but take it as request share the solution of assignment in static table lecture i solve the problem but using double array method
please upload the assignment solution
while accessing the webapplication via automation run, it's about getting
"Verifying you are human. This may take a few seconds."
is there any way to overcome during the run?