@@PrinceAutomationDestination u asked me this question in yesterday interview ...so i searched abt datatable n i got ur channel. Surprising for me :) :)
very nice video and explanation - i appreciate your effort in making this video Quick question : out of box : is there any way i can practice that WebElement xxx = "//div[@class=' ']......"+list.get(0).get(1)-+"//div[@text=' ']......"; - fetching the webelement by passing value during runtime and not hardcore that value
Thx for sharing diff. Version of handling data
Thanks 🙏🏼
as usual awesome stuff
Thanks buddy
nice to see your youtube channel...
Thanks welcome
@@PrinceAutomationDestination u asked me this question in yesterday interview ...so i searched abt datatable n i got ur channel. Surprising for me :) :)
www.linkedin.com/in/prince-kumar-7b389a68?
Connect here
@@PrinceAutomationDestination sent you request..plz accept
very nice video and explanation - i appreciate your effort in making this video
Quick question : out of box : is there any way i can practice that
WebElement xxx = "//div[@class=' ']......"+list.get(0).get(1)-+"//div[@text=' ']......"; - fetching the webelement by passing value during runtime and not hardcore that value
Yes you can give it a try it will work out
for(int i =0;i< listoflist.size();i++{
String firstitem = listoflist.get(i).stream().findfirst();
String seconditem = listoflist.get(i).stream().skip(1).findany();
}