-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
7.0.2
-
RHEL 9.x
Dear DevTeam
The current version of the browser item lacks support for several essential Selenium functions, which limits its effectiveness in certain testing and monitoring scenarios.
I would greatly appreciate it if you could consider implementing the following features:
- Enhanced SendKeys Functionality:
-
- The ability to pass key commands such as RETURN in the sendKeys method.
- Element Information Retrieval:
-
- Is Displayed - To check if an element is visible.
- Is Enabled - To verify if an element is enabled.
- Is Selected - To determine if an element is selected.
- Size and Position - To retrieve the size and position of an element on the page.
- Browser Navigation Commands:
-
- NavigateTo - For navigating to a specified URL.
- Back - To navigate back to the previous page.
- Forward - To move forward to the next page in history.
- Refresh - To refresh the current page.
These enhancements would significantly improve the browser monitoring capabilities in Zabbix, making it a more powerful tool for end-to-end testing and web application monitoring.