Пікірлер
@DeepuMathewgoldeneye
@DeepuMathewgoldeneye 2 ай бұрын
the explanation is so difficult to understand
@chinmayk2657
@chinmayk2657 6 ай бұрын
for PASS Green color and fail red color code is below string actual title = driver.title string expected title = "abcd"; if( expected result == actual result) { test.log(status.pass,markupHelper.CreateLabel(" MESSAGE" ,EXTENTCOLOR.GREEN)); } else { test.log(status.fail,markupHelper.CreateLabel(" MESSAGE" ,EXTENTCOLOR.Red)); }
@chinmayk2657
@chinmayk2657 7 ай бұрын
where to write the program/code for login window
@akhterhussain100
@akhterhussain100 9 ай бұрын
thanks
@bharatindianbharatindian4957
@bharatindianbharatindian4957 10 ай бұрын
You are God
@dunkdorn
@dunkdorn 11 ай бұрын
The new enemies in the update make this harder
@nainashaw9745
@nainashaw9745 11 ай бұрын
But how can we take full webpage screenshot? Any way
@Lorensis
@Lorensis Жыл бұрын
Thank you so much! only by this video i discovered how to deal with and know the real problem was the component.
@TheSpearman
@TheSpearman Жыл бұрын
Great to hear!
@techhelpcsp
@techhelpcsp Жыл бұрын
Plz explain how can use debuging for all ready open browser
@techhelpcsp
@techhelpcsp Жыл бұрын
Hlo sir How to execute selenium script on all ready open browser
@akhilk9612
@akhilk9612 Жыл бұрын
Here the screenshot size is 39KB but if we can run 100's of TCs for multiple TCs ,the size is more. So can we reduce the size of screenshot if so how to reduce?
@lrpbro6945
@lrpbro6945 Жыл бұрын
Superb sir, it's very useful for us now ❤️‍🔥❤️‍🔥❤️‍🔥
@Vijay_Kumar_vallepu
@Vijay_Kumar_vallepu Жыл бұрын
Nice Explanation
@sahithyasivareddy1686
@sahithyasivareddy1686 Жыл бұрын
Can u send the full code
@emircs2442
@emircs2442 Жыл бұрын
How can I handle them with WaitHelpers?
@mzamomahaeng268
@mzamomahaeng268 2 жыл бұрын
Great video and you are so detailed. The main issue for me was the hostname and port.Once my developer gave me the correct settings, it worked perfectly. 💪 Thank you sir,keep it up
@rzashukurov2645
@rzashukurov2645 2 жыл бұрын
Hey, Thanks for your simple and clear explanations. But I have some errors when trying ReadOnlyCollection. Error message as follows " Unable to cast object of type 'OpenQA.Selenium.WebElement' to type 'System.Collections.ObjectModel.ReadOnlyCollection`1[OpenQA.Selenium.IWebElement]'." Could you help me? The code is as follows "ReadOnlyCollection<IWebElement> languages = Singleton.driver.FindElement(By.TagName("a"));"
@TheSpearman
@TheSpearman 2 жыл бұрын
Hi, You are using FindElement which is used for a single result but collections are used to store multiple values which is likely intent here. Just add an 's' meaning use FindElements. Try: "ReadOnlyCollection<IWebElement> languages = Singleton.driver.FindElements(By.TagName("a"));"
@SelectorsHub
@SelectorsHub 2 жыл бұрын
Great tutorial. You might like to try SelectorsHub xpath plugin to write, verify and generate xpath smartly.
@TheSpearman
@TheSpearman 2 жыл бұрын
Wow thanks for checking out my video !
@CorporateSiyappe
@CorporateSiyappe 2 жыл бұрын
Hey u r doing great work don't get disappointed at any level, soon ur work will be get noticed. it helps lot of beginners to take a step forward in the world of automation.😊
@ameeruddin9986
@ameeruddin9986 2 жыл бұрын
Awesome video...go ahead and post new videos
@anujalohkare4563
@anujalohkare4563 2 жыл бұрын
Amazing thanks so much :)
@JackBlackYakAttack
@JackBlackYakAttack 2 жыл бұрын
Bought it and it doesn't show the trajectory....
@TheSpearman
@TheSpearman 2 жыл бұрын
just go to the setting and select aiming tip with . . . . kind of trajectory
@JackBlackYakAttack
@JackBlackYakAttack 2 жыл бұрын
@@TheSpearman naw bruh I Uninstalled that shit game off my phone a long time ago lmao
@TheSpearman
@TheSpearman 2 жыл бұрын
ohh sorry I couldn't answer you earlier
@Unboxing101G
@Unboxing101G 2 жыл бұрын
hello it's 2022. The page factory package got moved to a different nuget page Selenium Extras .Page Objects. I wonder if we should still be using the page factory design pattern in 2022?
@relax_music668
@relax_music668 2 жыл бұрын
selenium how control exist internet
@yasserrezaei722
@yasserrezaei722 3 жыл бұрын
not working for me
@mzamomahaeng268
@mzamomahaeng268 3 жыл бұрын
Excellent video and well explained
@Focuz-Automation
@Focuz-Automation 3 жыл бұрын
Thanks ... How to create API test manually with out using object repository.
@Focuz-Automation
@Focuz-Automation 3 жыл бұрын
Thank you.
@Focuz-Automation
@Focuz-Automation 3 жыл бұрын
Thanks, Can you please add the API, URLs in the description. Why don't you create an API playlist using Katalon studio.
@TheSpearman
@TheSpearman 3 жыл бұрын
added.
@sonasona6
@sonasona6 3 жыл бұрын
Hi iam getting this error when i do pageobject factory ..could u please tell me why ? System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ----> System.ArgumentException : The SearchContext of the locator object cannot be null (Parameter 'locator')
@yashwantbeeram8543
@yashwantbeeram8543 3 жыл бұрын
Very nice. Thank you
@Neharika.telikepally
@Neharika.telikepally 3 жыл бұрын
hi, Can u share ur email id ?
@yogitachauhan4360
@yogitachauhan4360 3 жыл бұрын
I am trying the same same way but my Alert is not showing up
@Scion15
@Scion15 3 жыл бұрын
Will they block arrows if they get stuck on you?
@TheSpearman
@TheSpearman 3 жыл бұрын
up to 3 arrows
@Scion15
@Scion15 3 жыл бұрын
Do different helmets actually protect better? I thought it was only visual
@TheSpearman
@TheSpearman 3 жыл бұрын
yes, few helmets can take up to 3 arrows
@shahinahmed-uo1tk
@shahinahmed-uo1tk 3 жыл бұрын
@TheSpearman i really liked the details of your C# course, please let me know if we can connect to discuss a potential opportunity.
@hassanshaikh9893
@hassanshaikh9893 3 жыл бұрын
my score is 2k😂😂😂🤣🤣
@haripakki
@haripakki 3 жыл бұрын
please raise the voice on your laptop.
@mahimadancevideos7612
@mahimadancevideos7612 3 жыл бұрын
i am not able to run programin unit test it is throwing error that add the file in reference to run the test
@mahimadancevideos7612
@mahimadancevideos7612 3 жыл бұрын
abe bhai itta kum awaaz me kyu bnaye ho video?
@sheebajose679
@sheebajose679 3 жыл бұрын
How to kill the sorcerer
@TheSpearman
@TheSpearman 3 жыл бұрын
expect its appearance and throw in advance if you can
@supervanisher
@supervanisher Жыл бұрын
shoot the fireballs it throws at you
@svamshi07
@svamshi07 4 жыл бұрын
I'm not getting trajectory
@TheSpearman
@TheSpearman 3 жыл бұрын
just practice
@janakaperera6878
@janakaperera6878 2 жыл бұрын
you have to keep defeating and it will appear
@kade1849
@kade1849 4 жыл бұрын
No use
@girishkn6156
@girishkn6156 4 жыл бұрын
How will you use POM PATTERN in nunit parallel testing?
@MA-pt6ii
@MA-pt6ii 4 жыл бұрын
Hello sir..I am trying to work out how to paste text from clipboard 'which is a url' that has been copied by clicking a button element from one of the pages. I then want to paste it to a newly opened tab. I am working with selenium, c# and xunit. any input is greatly appreciated.
@hemantgandhi5040
@hemantgandhi5040 4 жыл бұрын
hey spearman, i am getting (System.Net.Mail.SmtpException : The SMTP server requires a secure connection or the client was not authenticated.) error can you help me resolving this or suggest what can be good solution. i used this same code but getting this error.
@checkonene
@checkonene 4 жыл бұрын
You have to activate "less secure apps" from your email sender
@veerendrap4873
@veerendrap4873 4 жыл бұрын
Read Data Method rerurns null. Can you please help me to fix this code. public static string ReadData(int rowNumber,string columnName) { try { string data = (from colData in dataCol where colData.colName == columnName && colData.rowNumber == rowNumber select colData.colValue).SingleOrDefault(); return data.ToString(); } catch (Exception) { return null; } }
@user-ul4uv8nm9i
@user-ul4uv8nm9i 2 жыл бұрын
how did you resolve this ?
@tark7933
@tark7933 4 жыл бұрын
Nah the best spear is infinity
@TheSpearman
@TheSpearman 3 жыл бұрын
it depends
@couplestour
@couplestour 4 жыл бұрын
Hi am getting this error Cannot find column 2.
@ashishgautam6025
@ashishgautam6025 4 жыл бұрын
I have a question , how we manage pageload? I am tryibg to login to my website , then after successful login I want to fetch some records...