-
Hi,
I was wondering why you decided to develop this as a standalone tool rather than as a Selenium IDE formatter?
Best regards,
Eric.
-
I want to verify the placeholders in all fields on my webpage before I populate them. The verifyAttribute and assertAttribute are not in the Command Dropdown. Can someone explain why these are not pre…
-
## 🐛 Bug Report
Trying to trigger a click (and maybe other events too) on a website that has some level of Content-Security-Policy restricting 'unsafe-eval', the test cannot be run due eval() calle…
-
ghost updated
4 years ago
-
- [ ] add selection
- [ ] answer on next prompt
- [x] assert
- [ ] assert alert
- [ ] assert checked
- [x] assert confirmation
- [ ] assert editable
- [ ] assert element present
- [ ] assert e…
rsp9u updated
4 years ago
-
### What happened?
I have the same [issue ](https://github.com/SeleniumHQ/selenium/issues/12519) . I try to start selenuim and this error shows for every possible way that I test.
this is my code …
-
Ditto
-
Hi Support,
Im running a simple side file which is using assert against an array element, this command runs well in version 3, but fails in version 4, I may guess there is a different way to refer to…
-
## 🐛 Bug Report
When you manually enter a window handle, the IDE saves with the wrong attribute name.
It sets in the project.side file:
` "Window Handle Name": "win1066"`
instead of ` "wi…
-
## 🚀 Feature Proposal
I managed to make call on Selenium IDE from python using WebSocket.
We make the websoket on the url available here http://127.0.0.1:8315/json
We can make a lot of things…