Todd Tarsi

Results 417 comments of Todd Tarsi

@beerwin - Thanks for corroborating as well! I think I have this fixed locally (just using more electron events to detect this: move + moved / resize + resized vs...

@BartolomeSintes @beerwin @coinzdude - A fix for this should be going out. I applied the recommended offset for the win32 platform (12x21 I believe), and I attached two more listeners...

@BartolomeSintes - Will be putting out beta.2 shortly, which will adjust the offset by (-6, 3)

@NikhilHedau - Sorry for the delay in responding to this. Started to last night, but fell asleep. 1. It looks like side-migrate was initially overoptimistic for the prompt commands. Unfortunately,...

Actually, I was looking last night, and I might be able to drop one and three as well. I think electron has a good enough mechanism to make prompts block...

1, 2, and 3: Yep! 4: Yep, but the submit command will log a big nasty error text every time its used because its bad and browser/selenium mileage for it...

@NikhilHedau - Ended up writing polyfills for alert, confirm, and prompt. Nice part is that we're working from a NodeJS backend, so we can actually do thread render locking and...

@NikhilHedau - Nope! Just that all choose-next commands will be gone, and instead you should just use dismiss confirmation, accept alert, all of the same commands that would work just...

This should migrate you to v4 automatically: https://www.npmjs.com/package/@seleniumhq/side-migrate It's not so nice visually, but this should give you the list: https://github.com/SeleniumHQ/selenium-ide/blob/trunk/packages/side-model/src/Commands.ts

@BartolomeSintes - 😄 Thank you! PR from your recommendation here: https://github.com/SeleniumHQ/selenium-ide/pull/1752 Similarly, if you ever want an easy way to run selenium-ide, it supports `npm i -g selenium-ide` and just...