Alex
Alex
@diemol @titusfortner What should we do with the [HttpMessageTest](https://github.com/SeleniumHQ/selenium/blob/65e5ce78ae2bbb9ea325fea0e813cb6bce1301f9/java/test/org/openqa/selenium/remote/http/HttpMessageTest.java#L29) class after the changes? If the header names become case-insensitive, all tests will fail. Should we modify the logic of the...
@titusfortner please check the changes n pull request above I have questions about implementation: - shall we add a default duration like this ``` private Duration actionDuration; public Actions(WebDriver driver)...
Thank you for the code example. I made similar changes in the Actions class. However, I'm still unclear why some waits with a duration of 250ms are replaced with a...
#14085 is merged could this issue be closed @titusfortner ?
@diemol hi , Am I correct that we need to update the list of classes in the file `/selenium/py/docs/source/api.rst` to create documentation for them? i tried to build documentation locally...
I haven't fully solved the problem yet, but I have some thoughts on a solution: 1. I searched for similar errors and found that there are issues with Sphinx when...
Sphinx has not been updated since the release of Selenium 4.1 for some reason. I also saw through git blame that version 1.8.2 was set in the tox.ini and requirements.txt...
@pujagani @diemol Is it sufficient within the scope of this task to only change access modifiers? For backward compatibility and to maintain the logic in the getter and setter methods...