Todd Tarsi

Results 417 comments of Todd Tarsi

@manikantayarramsetti1 - I'm sorry, one doesn't exist yet. @MOZ8er - What are you saving? Is there some way I can help whatever you're going for here?

Oh, interesting! So you're wanting to scrape stuff and save it to a file. I don't want to make that part of selenium-ide core because it's sort of tangential, and...

Here I had chatgpt take a first try at the plugin for you. If you paste this file onto your FS and reference it via relative filepath from your project,...

@whomobile - I've frequently seen issues about being able to rank and prioritize selectors. It sounds like we also want to disable selectors conditionally as well.

@fmrahman - It's pretty much iterative. It's out already on npm. I think I'm up to like `4.0.0-alpha.61` there. Feel free to try it! If you need to migrate your...

@fmrahman - Any selenium IDE specific / non webdriver commands are deprecated. v4 is primarily an IDE change to use electron and webdriver for local playback. This way we don't...

@fmrahman - We just added about 300 tests for the side-runner and side-runtime (underlying runtime) to the CI. Things here are getting very stable if you're worried about code drift...

@fmrahman - Deal. This weekend, I'll cut v4 out of alpha for all packages except the IDE itself. I will also move the IDE itself into beta. Thank you for...

@fmrahman - Np! You should also be getting better error stacks back now too (we actually append the failing step to the error now)

@elnot117 - Oh right! It definitely makes sense to have some format defaults if output directory is supplied. Thanks for the tip! Other people have used the 'jest options' flag...