Selenium Python Tutorial #50 - Create Test Automation Framework- Part 5

  Рет қаралды 10,159

Software Testing Mentor

Software Testing Mentor

Күн бұрын

Пікірлер: 19
@NicolasChanCSY
@NicolasChanCSY 2 жыл бұрын
Personally, I think a better name for `BaseDriver` class would be `BasePage`. Thank you for your detailed explanation.
@bikashshi508
@bikashshi508 3 жыл бұрын
Excellent explanation of Concepts
@shanukhan-ud9gg
@shanukhan-ud9gg 3 жыл бұрын
Thanks for uploading new video, could you please increase the frequency of videos for this course, because i watched the #49 video on last week and now it is very difficult to fill the gap of 1 week in implementing new video.
@softwaretestingmentor
@softwaretestingmentor 3 жыл бұрын
Hi Shanu, sure, I can understand. I will try to be more consistent from now. Thanks
@prashantmorade4190
@prashantmorade4190 2 жыл бұрын
good job creating a series
@Memories2cherish2013
@Memories2cherish2013 Жыл бұрын
Hello Manish, Thanks for the wonderful Tutorials. I have learnt lot of python, pytest concepts from you. Tutorial #49 and #50, felt like it was little fast especially after creating pages and switching between tab to tab in PyCharm is little confusing. Unable to follow where which parameter is passed and being called.
@kimalcoseba2199
@kimalcoseba2199 3 жыл бұрын
Hello Manish (​@Software Testing Mentor), @ 00:48, can you provide the remaining codes of lines 27 and 33 (the javascripts to be executed)? What's the rest of the code after 'return pageLength' Thank you in advance and as always, great job on these videos. Hope to hear from you sooner rather than later :D
@NicolasChanCSY
@NicolasChanCSY 2 жыл бұрын
The following is my best guess of the code being used: ```python pageLength = self.driver.execute_script( "window.scrollTo(0, document.body.scrollHeight); var pageLength=document.body.scrollHeight; return pageLength;" ) ``` ------------------ Actually, I think the code can be simplified. ```python last_height, page_height = -1, 0 while page_height != last_height: last_height = page_height page_height = self.driver.execute_script( "window.scrollTo(0, document.body.scrollHeight);" "return document.body.scrollHeight;" # Python would auto concatenate these two strings. ) sleep(3) ``` Hope this helps :) Reference: stackoverflow.com/a/27760083
@elisabeth_rafael
@elisabeth_rafael Жыл бұрын
Yes please! I need it too!
@mohsindkp3204
@mohsindkp3204 3 жыл бұрын
I want to learn selenium with python 😊
@AryanBhatt-e1d
@AryanBhatt-e1d 3 ай бұрын
Right
@roronoazoro9759
@roronoazoro9759 Жыл бұрын
It would be great if the scrolling down a page js code could be explained properly. I can't even use the code in the videos to practice or implement it.
@vinayakjigajinni9977
@vinayakjigajinni9977 Жыл бұрын
Hi Manish, The same code when I execute in my IDE it is executing really fast even after adding the sleep times and due to this the in the UI the entries are not happening properly. How can I fix this any help?
@prasadbhagwat1987
@prasadbhagwat1987 3 жыл бұрын
Great sir, Can you plz code on github ?
@mrbumblee8318
@mrbumblee8318 6 ай бұрын
how can I get this codebase
@shubhamsrivastava9720
@shubhamsrivastava9720 2 жыл бұрын
Hi Sir, By the time it clicks on search flight I get an error of Access denied on this server. Any idea what is this and how to proceed further? at the same time when I do it manually, it is working fine.
@rajkrtmg
@rajkrtmg 2 жыл бұрын
did u get the solution. If yes plz let me know.
@Soniasadiq-i7o
@Soniasadiq-i7o Жыл бұрын
unable to understand about the wait, scroll and filter. These are too fast.
@梁大可-l5h
@梁大可-l5h Жыл бұрын
太牛逼了
Selenium Python Tutorial #51 - Create Test Automation Framework- Part 6
17:56
Software Testing Mentor
Рет қаралды 8 М.
Selenium Python Tutorial #49 - Create Test Automation Framework- Part 4
23:18
Software Testing Mentor
Рет қаралды 14 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Selenium Python Tutorial #48 - Create Test Automation Framework- Part 3
15:28
Software Testing Mentor
Рет қаралды 23 М.
The Only Moving Average Guide You'll Ever Need
37:10
SMB Capital
Рет қаралды 65 М.
Шлеменко - ЧЕСТНО о поражении Шары Буллета
11:23
Александр Лютиков
Рет қаралды 104 М.
Python Logging: How to Write Logs Like a Pro!
11:02
ArjanCodes
Рет қаралды 189 М.
How To Explain Test Automation Framework In Interviews For Selenium
13:42
Selenium Python Tutorial #41 - Waits in Selenium | Interview Question
9:55
Software Testing Mentor
Рет қаралды 7 М.