3 | Record & Playback using Selenium IDE | Selenium Python

preview_player
Показать описание
Selenium IDE
Add Se IDE to browser
Record a test
Playback
Export recorded script
Features and options
Command Line Runner

▬▬▬▬▬▬▬

Every Like & Subscription gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can

If my work has helped you, consider helping any animal near you, in any way you can

Never Stop Learning
Raghav Pal

How to use Selenium IDE for record and playback testing
Record and playback web automation with Selenium IDE
A beginner's guide to record and playback testing with Selenium IDE

▬▬▬▬ USEFUL LINKS ▬▬▬▬

▬▬ CI | CD | DEVOPS ▬▬

▬▬ UI TESTING ▬▬

▬▬ API TESTING ▬▬

▬▬ MOBILE TESTING ▬▬

▬▬ PERFORMANCE TESTING ▬▬

▬▬ SOURCE CODE MANAGEMENT ▬▬

▬▬ IDE ▬▬

▬▬ PROGRAMMING ▬▬

▬▬ BUILD TOOLS ▬▬

▬▬ CLOUD SERVICES ▬▬

▬▬ DATA FORMATS ▬▬

▬▬ OTHERS ▬▬


Комментарии
Автор

I am from Indonesia, thank you for the knowledge you shared, I often watch your videos. I am looking forward to the next video in this series. Thank you Raghav.

ascreation
Автор

Really Helpful, You have explained nicely, watching each video one by one, Thank you,

Sa-oztr
Автор

very nice presentation. very helpful.Thank u. keep doing the good work.

kapilpawankar
Автор

i like your video, because its clear to explain step by step, thankyou for make this video, very helpful 👍

firdaaviola
Автор

I am looking forward to the next video of series, please share. Thanks a lot Mr. Raghav

MdNajmulIslamNajim
Автор

hello. I think this explanation is clear than other videos. Thank you! I have a quiestion. if I want to know a final report once this script is ran, how can I make a checklist or take a look every step executed in slow motion. Could you please give me a hint?

onelephantindia
Автор

amazing man that so helpful, i knew that extension, but the code export not at all !

coddude
Автор

That's clear, but the issue is how to generate a report?
In other words, can we get a report of our test saved in assigned directory???
Please advise!!

mr.s.h.
Автор

Thanks Great Vid, I found that the page would run when using the S_IDE but when I exported to Python it would not launch Chrome. I have been able to do basic website launches before using chrome.

mowtown
Автор

sir can you show one example of send seys, for e.g. i need to press esc button, but capture this action in selenium record script

meetprabhatsharma
Автор

Can we use the driver as a veritable and other thing like x or y

Programmingworld-gm
Автор

Recording a test with Selenium IDE and then exporting it to Python code is not useful because running the exported Python script generates errors due to page loading times. The code uses find_element(By.XPATH, xpath_string) when it would be more useful to replace it with wait.until(element_locator). Therefore, the exported code becomes unusable when navigating between pages. Do you have a solution for this issue?

lodecesa
Автор

How to check whether element is visible in view port ?
Element is not visible in view port, as its available in DOM, getting true for isDisplayed().
How to do it in selenium java

saranyababu
Автор

Hello Sir,
I don't think recordings are used now a days in test automation. Could you please directly start with the coding part.

krishna_raj
Автор

Total how many videos are going to be uploaded in this series ?

Freshmore-Fact
Автор

Unable to complete code export, it showes: "Test 'Test1' has a problem: Incomplete command 'type'. Missing expected value argument". pls help me...

ajjaiahkc