> Selenium > Playwright (coming soon) Why people still use Selenium? My brief experience with it was awful.
Jetbrains Aqua
11–20 of 41 posts
Re: Jetbrains Aqua
#12Re: Jetbrains Aqua
#13Earlier quoted context omitted.
I use JetBrains products seriously and have been quite enjoying the new UI. Would you care to explain why everything is now fucked up according to "everyone"?
Quoted post unavailable.
But the new UI is horrible. For one thing, there is no distinction between the gutter and the editor - it just looks like your code has an extra level of indentation, especially in languages for which almost the entire file is a single class, so all the business code is already two levels deep of indention.
And when the cursor is at the first of last line of a file, there is no visual indication that this is the end - the UI outside the editor looks like the UI inside the editor and the single pixel border is flush with the highlighted cursor line and the same color.
There are lots of little paperclips like this. I'm sure that I could adjust the colors of the theme (I use the dark theme) to address some of them. But by any measure everything related to the UI is either comparable or worse that the legacy UI - I've searched in vain for anything actually better in the new UI.
Happy to answer any questions or check anything specific.
Re: Jetbrains Aqua
#14Quoted post unavailable.
CLion is insanely fast and its autocomplete and refactoring completely outclasses all Visual Studio products. The embedded CMake is the cherry on top. Remote debugging works even with custom gdb server on custom hardware. What else could I possibly want from my IDE?
Re: Jetbrains Aqua
#15Earlier quoted context omitted.
What exactly are you talking about? I use 3 or 4 of their IDEs regularly, and they don't seem to have changed more than incrementally for years.
https://blog.jetbrains.com/idea/tag/new-ui/
> The new UI will remain customizable. It is, and will be, possible to change many aspects of the look and feel, such as icons, colors, font sizes, and spacing between controls through theme plugins. We’ll add options as needed to accommodate user preferences, like the ability to customize the toolbar.
Re: Jetbrains Aqua
#16Quoted post unavailable.
As someone who spends pretty much all working time with IngelliJ, CLion, and PyTorch... I have no idea what you're talking about. CLion is insanely fast and its autocomplete and refactoring completely outclasses all Visual Studio products. The embedded CMake is the cherry on top. Remote debugging works even with custom gdb server on custom hardware. What else could I possibly want from my IDE?
If that's the future of IntelliJ IDEA, then I don't want to develop using their tools anymore. Is that what "kids these days" expect from an IDE?
Re: Jetbrains Aqua
#17I think it's a great initiative but I would love if it launched with Playwright support as well at the beginning.
Re: Jetbrains Aqua
#18Earlier quoted context omitted.
https://blog.jetbrains.com/idea/tag/new-ui/
> We’d also like to reiterate that we’re doing a gradual, feedback-driven rollout of the new UI. The current UI will remain available for at least two years, and we’re not going to remove it until we’ve seen that the vast majority of our users have successfully made the switch to the new UI. Also, very few of the design decisions you see now in the new UI are final, and we’re open to revisiting them based on your fee…
Re: Jetbrains Aqua
#19Quoted post unavailable.
As someone who spends pretty much all working time with IngelliJ, CLion, and PyTorch... I have no idea what you're talking about. CLion is insanely fast and its autocomplete and refactoring completely outclasses all Visual Studio products. The embedded CMake is the cherry on top. Remote debugging works even with custom gdb server on custom hardware. What else could I possibly want from my IDE?
Re: Jetbrains Aqua
#20> Selenium > Playwright (coming soon) Why people still use Selenium? My brief experience with it was awful.
For example here's how to use it to
- download files with a browser: https://selenium-python.readthedocs.io/faq.html#how-to-auto-...
- grab screenshot of a site: https://selenium-python.readthedocs.io/faq.html#how-to-take-...