Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Accept Selenium IDE Side File for Browser Execution #301

Open
taschultz opened this issue Mar 27, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@taschultz
Copy link

Selenium IDE offers the ability to record a human performing actions inside of a browser. This can be saved and replayed as a test case within the Selenium IDE. It saves the tests as a JSON file (*.side) with the instructions for Selenium to execute.

If we could have a browser handler accept a Selenium IDE "side" file as an import, this would make timeline generation and execution easier and offer the ability to simulate more complex user behavior inside of a browser.

@taschultz taschultz changed the title Feature Request: Accept Selenium IDE Slide File for Browser Execution Feature Request: Accept Selenium IDE Side File for Browser Execution Mar 27, 2024
@sei-dupdyke
Copy link
Contributor

I have a prototype of this working with generated .cs unit test files, and the json files sound like (1) an easy add (2) probably more user friendly. Look for this capability soon.

@sei-dupdyke sei-dupdyke added the enhancement New feature or request label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants