Paul Danyliuk
Paul Danyliuk
@aik099 I know about `this.getWrappedElement()`, however it doesn't store the reference to WebDriver (IIRC it doesn't even hold a reference to parent SearchContext). That's why I'm suggesting adding this to...
@paulakimenko the truth is, I implemented this in my project long ago. It required implementing own decorators and a list proxy, which ended up with a lot of copy-paste from...
@paulakimenko here's the idea 1. Create an interface like below, and implement it in your base html element class (if you have it), or the concrete classes ``` java public...
Original poster here. I'm not doing Selenium automation for a year already, but seeing the issue being brought up again I decided to jump into the discussion. @artkoshelev sorry but...
@artkoshelev then why WebElements/HtmlElements have methods like `click()` and `sendKeys()`? We can `myElement.click()`, so why can't we make `myElement.contextClick()` (which needs actions unfortunately) but have to use steps per your...
СС @tmatveyeva
Hello. I don't know if that might be related or not... There is a known bug/deficiency in Report Executions service that replaced Reports service in 5.2, I believe. Currently Reports...