Tamsil Sajid Amani

Results 20 comments of Tamsil Sajid Amani

I was working on this issue and reproduced it using the code mentioned at https://github.com/SeleniumHQ/selenium/issues/6812#issuecomment-451555700. On talking with @harsha509 we noticed that the issue was due to user not handling...

I looked further in this issue and this is what my findings are so far. _I'm using the latest version of Selenium JS [4.4.0]_ **1)** Every suite file under `test/tests/...`...

I have tried to install the following 3 .xpi files with the code provided above. In my opinion the issuer's .xpi file has a requirement for FirefoxProfile to be present....

Also, manually installing the Issuer's XPI on firefox _(without being under the control of selenium)_ gives error. `"Web PKI could not be installed because it has a high risk of...

> Why do we need this? In a conversation with @AutomatedTester, he suggested creating an "idealised" API for the CDP command (`Page.createIsolatedWorld`) as we have for others, for example, `pinScript`...

@titusfortner & @pujagani. Let me know if any other aspect needs to be added. I have referred to the ruby logging documentation (in the above comment) and tried to keep...

**LOGGING IN PYTHON:** Selenium has not implemented any customised logging for python binding. So we are dependent on the 'logging' module of python. 1. Getting a logger in Python: ```...