У нас вы можете посмотреть бесплатно Introduction to Selenium IDE, Record and Playback tutorial for beginner или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial, you can learn how to install Selenium IDE, how to record-playback, script writing and download plugins. -------------------------------------------------------------------------------- Hi Friends! Welcome to my Selenium IDE Tutorial. This tutorial is for begginer who wants to enjoy Web Automation testing easily and quickly. You are thinking now - what is Selenium? oh.. it is an automation tool who autmates the browsers. You are also thinking - then what is Selenium IDE? good question. Selenium IDE is an add-on of Firefox browser which will do simple record and playback to interacting with browser. Clear? hmm So, lets Start it... step1: Open Firefox Browser and go to the official website of Selenium. step2: Go to Download Page of Selenium IDE. step3: Click the button 'Add to FireFox'. Install and Restart the Browser. step4: In the right-top side of the browser, you can see a selenium ide icon. Click on it for opeing IDE. or you can open this IDE from Tools--Selenium IDE. step5: IDE will be open with recording mode. step6: you can start recording by doing some thing in the browser. step7: You can manually edit the recording script. Step8: After completing the script recording or editing manually, you can playback it. Step9: You can manully check a specific command, is it working or not. it is working. step10: You can save this script and next time open this. step11: You can install more plugins for supporting some rich feature with this. Again go to official site of Selenium and find out the plugins of IDE. step12: You can verify the plugins setup. Go to option--Plugins. Here I have setup plugins named selblocks. Which is support some more command which you will not get before setup it. Like 'while' command. lets check it... It is appearing. You can learn more by visiting my more tutorial in this playlist. So, continue learning... Thanks.