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

Update of WebDriverSampler default code by commenting duplicate Start() and End() function calls. #38

Merged
merged 75 commits into from
Sep 19, 2024

Conversation

rbourga
Copy link
Contributor

@rbourga rbourga commented Sep 19, 2024

Following PR37, users don't have to explicitly call sampleStart() and sampleEnd() functions in their WebDriverSampler anymore as the times are now handled by the WebDriverSampler itself.
If they do so, an error is thrown by JMeter (double calls).

In order to avoid confusion, I have commented out these functions in the default code when a user adds a WebDriverSampler in his script. We can remove these lines completely in the future.

Removal of deprecated Phantomjs.
Removal of deprecated code.
Addition of "SuppressWarnings" tags where needed. To de resolved at a later stage.
Project update to Selenium 4.5 and JDK 17 (undera#21)
rbourga and others added 29 commits November 29, 2022 22:07
Fix of wiki broken links. (undera#24)
Addition of driver for Edge and upgrade to Seleniuṁ 4.7.2 (undera#25)
Fix UI Proxy issue in Firefox Config and Upgrade to Selenium 4.8.1 (undera#27)
Feature/Add custom webdriver capabilites (undera#28)
Upgrade to Selenium 4.8.3 (undera#29)
Make the plugin compatible to Java 8 (undera#30)
Upgrade to Selenium 4.10.0 (undera#32)
Commenting out sampleStart and sampleEnd fucntions.
@undera undera merged commit ab0e931 into undera:master Sep 19, 2024
1 check passed
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