X Tutup
Skip to content

Remove remote driver server exception#1806

Merged
emanlove merged 4 commits intorobotframework:masterfrom
emanlove:remove-RemoteDriverServerException
Dec 28, 2022
Merged

Remove remote driver server exception#1806
emanlove merged 4 commits intorobotframework:masterfrom
emanlove:remove-RemoteDriverServerException

Conversation

@emanlove
Copy link
Member

No description provided.

In a few unit test cases we were using a generic exception for testing
the webdriver cache. That exception was depreciated and I replaced it
with another.
There is a failing test, `multiple_browsers_executable_path.Chrome
Browser With executable_path Argument`, that is failing due to a recent
change/addition by the Selenium project to have a driver manager which,
apparently, is correcting for this incorrect path to driver test. As
there are several factors in play at this time I am kicking this test
down the road.
@emanlove emanlove requested a review from aaltat December 22, 2022 03:00
@emanlove emanlove mentioned this pull request Dec 22, 2022
Copy link
Member

@Brownies Brownies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall

@@ -10,7 +10,7 @@ Documentation Creating test which would work on all browser is not possible.

*** Test Cases ***
Chrome Browser With executable_path Argument
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well remove the whole test, as of version 4.6 Selenium will inject their own webdriver for Chrome/Firefox/Edge if one isn't already installed: https://www.selenium.dev/blog/2022/introducing-selenium-manager/

@emanlove emanlove merged commit 050c895 into robotframework:master Dec 28, 2022
@emanlove emanlove added this to the v6.1.0 milestone Apr 29, 2023
@emanlove emanlove deleted the remove-RemoteDriverServerException branch December 19, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup