Suraj Kumar
Suraj Kumar
This PR removes deprecated `remove_prefix` to clear era information in Staking Pallet. Issue #13439
Closes #148 This PR introduces a `RawRequestBuilder` struct to handle raw HTTP requests with optional cookie handling. _Builder Pattern Implementation:_ - `RawRequestBuilder` for setting HTTP method `(method)`, URL `(url)`, optional...
Closes #225 The change encapsulates `Wcmd` within a private wrapper.
Closes #57 The `with_existing_session` method introduces the ability to reconnect to an already established WebDriver session using its `session ID`. This enables reuse of an active session without having to...
Closes #830 This PR `refactors` parser to use `peek_token()` instead of separate `peek()` and `peek_data()` calls. _Changes:_ - Replaced instances of `peek()` / `peek_data()` call pairs. - Removed `unwrap()` by...