Puja Jagani
Puja Jagani
Related to #10974
I have gone through the changes and it looks fine on the surface. However, Simon and Diego will have a better idea about this area. I have requested them to...
@bobylevm Thank you for the details. I tried to reproduce using the code snippet shared in https://github.com/SeleniumHQ/selenium/issues/10564#issuecomment-1291912634. The issue is intermittent and occurred once in multiple runs. I am yet...
It is used in the core implementation of Augmenter. Augmenter enhances the driver by adding interfaces it does not implement. https://github.com/SeleniumHQ/selenium/blob/000c2cf10d522a90bb765e6ff6882114eefcadc4/java/src/org/openqa/selenium/remote/Augmenter.java#L165 finds the matching list of interfaces that needs to...
" For the below augmentation, the matching args are zero" - Can you please elaborate? I am afraid I do not understand the question here.
Thank you for the details. After going through this issue and related issues and trying something basic locally, I am not fully sure how to leverage the information shared to...
@Trigtrig Appreciate the details and the quick response. Pardon my lack of knowledge in this area, what server should the problematic HTTP request shared earlier using postman export point to?...
I did do that with local Grid but was not using Docker and I only saw the same message shared in the screenshot "Unable to find handler" but that did...
I tried with both selenium-server-4.5.3.jar and docker (using the same files as shared by you), I ran around 200 sessions while constantly sending the problematic HTTP request via Postman and...
@alaahong I was revisiting this issue and based on the description it seems like https://github.com/SeleniumHQ/selenium/issues/9943 might help in what you want to achieve. I think the agent is not the...