Skip to content
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

chore: Remove relative path from webDriverPath #3

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

Dor-bl
Copy link
Contributor

@Dor-bl Dor-bl commented Mar 30, 2024

Using relative paths in code can sometimes introduce issues, especially if the location of the files relative to the executing code changes. It can make the code less portable and more prone to breaking if moved to a different location or if the directory structure changes.
I for example had an issue running the project in debug mode since it was going to the release folder.
this change worked for me on both configurations: Debug and Release

@aristotelos aristotelos merged commit db3fb29 into FlaUI:main Apr 2, 2024
1 check passed
@Dor-bl Dor-bl deleted the webdriver_path branch April 2, 2024 11:24
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.

2 participants