Skip to content

Implement selenium service v4 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Implement selenium service v4 #15

merged 1 commit into from
Apr 14, 2023

Conversation

dkropachev
Copy link
Contributor

@dkropachev
Copy link
Contributor Author

@ChristianSch, since https://github.com/tebeka/selenium is dead, please consider using https://github.com/go-auxiliaries/selenium instead

@dkropachev dkropachev merged commit 4895fbe into master Apr 14, 2023
@dkropachev dkropachev mentioned this pull request Apr 15, 2023
@@ -205,6 +205,38 @@ func NewSeleniumService(jarPath string, port int, opts ...ServiceOption) (*Servi
return s, nil
}

// NewSeleniumServiceV4 starts a Selenium V4 instance in the background.
func NewSeleniumServiceV4(jarPath string, port int, opts ...ServiceOption) (*Service, error) {

Choose a reason for hiding this comment

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

I wonder if worths having a ServiceOption instead to set or not a kind of 'V4' flag. That would let use the same NewSeleniumService call

@mrnim94
Copy link

mrnim94 commented Sep 16, 2023

@ChristianSch, since https://github.com/tebeka/selenium is dead, please consider using https://github.com/go-auxiliaries/selenium instead

Thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants