You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added: ability to scroll to element and wait till element is visible
- Updated `scroll_until_element_visible` to first find the elements using locators before passing them to the `scroll` function.
- Enhanced scrolling logic to ensure elements are properly located and scrolled into view.
chore: updated ruff configuration to exclude docstring checks
- Modified `.ruff.toml` to exclude docstring-related linting rules.
0 commit comments