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)); }
@chinmayk26577 ай бұрын
where to write the program/code for login window
@akhterhussain1009 ай бұрын
thanks
@bharatindianbharatindian495710 ай бұрын
You are God
@dunkdorn11 ай бұрын
The new enemies in the update make this harder
@nainashaw974511 ай бұрын
But how can we take full webpage screenshot? Any way
@Lorensis Жыл бұрын
Thank you so much! only by this video i discovered how to deal with and know the real problem was the component.
@TheSpearman Жыл бұрын
Great to hear!
@techhelpcsp Жыл бұрын
Plz explain how can use debuging for all ready open browser
@techhelpcsp Жыл бұрын
Hlo sir How to execute selenium script on all ready open browser
@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 Жыл бұрын
Superb sir, it's very useful for us now ❤️🔥❤️🔥❤️🔥
@Vijay_Kumar_vallepu Жыл бұрын
Nice Explanation
@sahithyasivareddy1686 Жыл бұрын
Can u send the full code
@emircs2442 Жыл бұрын
How can I handle them with WaitHelpers?
@mzamomahaeng2682 жыл бұрын
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
@rzashukurov26452 жыл бұрын
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"));"
@TheSpearman2 жыл бұрын
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"));"
@SelectorsHub2 жыл бұрын
Great tutorial. You might like to try SelectorsHub xpath plugin to write, verify and generate xpath smartly.
@TheSpearman2 жыл бұрын
Wow thanks for checking out my video !
@CorporateSiyappe2 жыл бұрын
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.😊
@ameeruddin99862 жыл бұрын
Awesome video...go ahead and post new videos
@anujalohkare45632 жыл бұрын
Amazing thanks so much :)
@JackBlackYakAttack2 жыл бұрын
Bought it and it doesn't show the trajectory....
@TheSpearman2 жыл бұрын
just go to the setting and select aiming tip with . . . . kind of trajectory
@JackBlackYakAttack2 жыл бұрын
@@TheSpearman naw bruh I Uninstalled that shit game off my phone a long time ago lmao
@TheSpearman2 жыл бұрын
ohh sorry I couldn't answer you earlier
@Unboxing101G2 жыл бұрын
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_music6682 жыл бұрын
selenium how control exist internet
@yasserrezaei7223 жыл бұрын
not working for me
@mzamomahaeng2683 жыл бұрын
Excellent video and well explained
@Focuz-Automation3 жыл бұрын
Thanks ... How to create API test manually with out using object repository.
@Focuz-Automation3 жыл бұрын
Thank you.
@Focuz-Automation3 жыл бұрын
Thanks, Can you please add the API, URLs in the description. Why don't you create an API playlist using Katalon studio.
@TheSpearman3 жыл бұрын
added.
@sonasona63 жыл бұрын
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')
@yashwantbeeram85433 жыл бұрын
Very nice. Thank you
@Neharika.telikepally3 жыл бұрын
hi, Can u share ur email id ?
@yogitachauhan43603 жыл бұрын
I am trying the same same way but my Alert is not showing up
@Scion153 жыл бұрын
Will they block arrows if they get stuck on you?
@TheSpearman3 жыл бұрын
up to 3 arrows
@Scion153 жыл бұрын
Do different helmets actually protect better? I thought it was only visual
@TheSpearman3 жыл бұрын
yes, few helmets can take up to 3 arrows
@shahinahmed-uo1tk3 жыл бұрын
@TheSpearman i really liked the details of your C# course, please let me know if we can connect to discuss a potential opportunity.
@hassanshaikh98933 жыл бұрын
my score is 2k😂😂😂🤣🤣
@haripakki3 жыл бұрын
please raise the voice on your laptop.
@mahimadancevideos76123 жыл бұрын
i am not able to run programin unit test it is throwing error that add the file in reference to run the test
@mahimadancevideos76123 жыл бұрын
abe bhai itta kum awaaz me kyu bnaye ho video?
@sheebajose6793 жыл бұрын
How to kill the sorcerer
@TheSpearman3 жыл бұрын
expect its appearance and throw in advance if you can
@supervanisher Жыл бұрын
shoot the fireballs it throws at you
@svamshi074 жыл бұрын
I'm not getting trajectory
@TheSpearman3 жыл бұрын
just practice
@janakaperera68782 жыл бұрын
you have to keep defeating and it will appear
@kade18494 жыл бұрын
No use
@girishkn61564 жыл бұрын
How will you use POM PATTERN in nunit parallel testing?
@MA-pt6ii4 жыл бұрын
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.
@hemantgandhi50404 жыл бұрын
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.
@checkonene4 жыл бұрын
You have to activate "less secure apps" from your email sender
@veerendrap48734 жыл бұрын
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-ul4uv8nm9i2 жыл бұрын
how did you resolve this ?
@tark79334 жыл бұрын
Nah the best spear is infinity
@TheSpearman3 жыл бұрын
it depends
@couplestour4 жыл бұрын
Hi am getting this error Cannot find column 2.
@ashishgautam60254 жыл бұрын
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...