Writing simple code with Selenium C# -- Part 3 (Selenium automation with C#)

preview_player
Показать описание
In this part we will discuss writing simple code in selenium C#

To learn more from ExecuteAutomation, please subscribe and check out below playlists of FREE courses

Selenium and C#
**************

Selenium and Java
***************

API Testing
*********

CI/CD with Microsoft Technologies
****************************

Docker
******

Mobile Testing
*************

Рекомендации по теме
Комментарии
Автор

Just written my first Selenium code. Thanks a lot and looking forward to improving my skills with your videos

andred
Автор

simply you very much for this useful tutorials..

malamalathi
Автор

Very good starter demo, easy to understand with well thought out information.

bwin
Автор

For me with the CJ Payne fixes it work. I use VS 2015, and the latest packages in 1st February 2017 :) Thank you all.

boldeadavid
Автор

Very well explained .. Thank you very much !!!

sandeepsohal
Автор

Thank you so much for these awasome tutorials!!!

LadyBugs
Автор

you can use Firebug to find the ID or name of the particular field.

cobramafia
Автор

Fixing the "unknown error: unrecognized Blink revision :
instead of using the chrome driver used in the tutorial,
install the by jsakamoto
worked for me

reloder
Автор

Thank you for your video, I learned a lot from it.

fletcherzhou
Автор

your automation videos are truly awesome. Thanks!

robertshuxley
Автор

In the console application the IwebDriver works but not in the C# website getting error "User
Unable to obtain firefox or chrome using Selenium Manager;"

priyankajadhav
Автор

thank you for these videos. You are truly a great help. How to Use Assertions in C# for test Case Validation?

rahin
Автор

I am running the same code but getting exception "System.ArgumentException: 'elementDictionary Parameter name: The specified dictionary does not contain an element reference'" on line "IWebElement element = . Could you please help with this error

sonisingh-ylvr
Автор

hi, I am using vs 2015 but when i try to run it by clicking "start button" it runs, opens the console then closes saying that unhandled exception occurred this the code i have typed "IWebDriver driver = new ChromeDriver();
IWebElement emlmnt =
emlmnt.SendKeys("hi");"
Thankyou

bitsnnbytes
Автор

thank you, for this awesome video,
i do every thing correctly but i faced this error

error :

'no such element: Unable to locate element: {"method":"name", "selector":"q"}
(Session info: chrome=66.0.3359.181)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), platform=Windows NT 6.1.7601 SP1 x86_64)'

nezarhassani
Автор

Hello sir,
nice tutorial, but am getting at error on running the code which shows an exception as stated below
unknown error: unrecognized Blink revision:

(Driver info: chromedriver=2.10.267521, platform=Windows NT 6.3 x86_64)
it is pointing to the first line where we initialise the chrome driver

PLease HELP!!

DR-nxoe
Автор

To avoid the Blink error I delete the file ChromeDriver.exe from the project and it works now

LisandroGallagher
Автор

Hi doing the same as shown in the video but getting this error "
object does not contain a definition for Gotourl and no extension method 'gotourl' accepting a first argument of type object could  be found
(are u missing a using directive or an assembly reference)"

amitsarkar
Автор

I have created test cases in VS IDE. It runs well. How do I add code to slow down the process like the Selenium IDE which allows you a time value?

philooi
Автор

thank you! do you know what should I do when I publish an app?? I mean I run the published app but for some reason it doesn't work, selenium doesn't run, any idea???

ChrisSk
welcome to shbcf.ru