SeleniumSeries icon indicating copy to clipboard operation
SeleniumSeries copied to clipboard

This is the repository for my Selenium Series

Results 7 SeleniumSeries issues
Sort by recently updated
recently updated
newest added

- Selenium deprecated **find_elements_by_** and instead implements **find_elements_** -ALSO: The test URL's supplied to selenium website offer "Page not found -404" EG: **Home >> Test >> Page not found The...

hey Jim I am following your tutorial on selenium I am using Facebook to test and I am using a MacBook I installed my chrome driver using brew I run...

Hey Jim, This pull request addresses the deprecation of find_element_by_* commands in the latest Selenium Python libraries. The deprecation warning, DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead, indicates...

Hey Jim, This pull request addresses deprecated URLs in the codebase, updating them to point to the current and functional demo.seleniumeasy website. The previous URLs were no longer valid due...

www.seleniumeasy.com/test/... seems to have been replaced with demo.seleniumeasy.com/...

From PEP 8, by convention use **super().__init__()** instead of **super(Booking, self).__init__()**

Hello Jim! Since booking and Selenium changed a lot, I updated the bot to have some practice. I imagine you'd like to keep the original files as they were, but...