home.social

#selenium — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #selenium, aggregated by home.social.

  1. Need to quickly extract links and contact points from a URL? Uscrapper Vanta is the tool for you. Snag the repo from Github or throw your URL into our hosted version of the tool for free!

    Git: github.com/z0m31en7/Uscrapper

    #OSINT #OSINT4good #urlosint #dataextraction #python #selenium #tor #infosec #osintcabal #crawl #dataextraction

  2. Как мы форкнули undetected-chromedriver и добавили SOCKS5, мультипроцессинг и модуль капчи

    Устали от блокировок CloudFlare и капч? Показываю библиотеку rtfox-browser — готовое решение для автоматизации Chrome с прокси и решением капчи «из коробки». Установка, настройка, примеры кода и создание своих солверов.

    habr.com/ru/articles/1030550/

    #rtfoxbrowser #undetectedchromedriver #selenium #python #парсинг #web_scraping #обход_cloudflare #captcha_solving #socks5_proxy #chromedriver

  3. Playwright vs Selenium на Java: что выбрать для автотестов в 2026 году

    Playwright или Selenium на Java — что выбрать для автотестов в 2026 году? Разбираю историю инструментов, различия в локаторах, ожиданиях, стабильности, стоимости поддержки и объясняю, в каких сценариях каждый из них лучше.

    habr.com/ru/articles/1020774/

    #тестирование #qa #qa_automation #qa_testing #qa_engineer #qa_automation_engineer #java #selenium #playwright #webtesting

  4. On est en train de rassembler les informations relatives au #Quacken sur une page web. Pour l’instant il n’y a que deux liens :

    Promis, on étoffe tout ça au fur et à mesure !
    onedeadkey.github.io/quacken/

  5. On est en train de rassembler les informations relatives au #Quacken sur une page web. Pour l’instant il n’y a que deux liens :

    Promis, on étoffe tout ça au fur et à mesure !
    onedeadkey.github.io/quacken/

  6. On est en train de rassembler les informations relatives au #Quacken sur une page web. Pour l’instant il n’y a que deux liens :

    Promis, on étoffe tout ça au fur et à mesure !
    onedeadkey.github.io/quacken/

  7. On est en train de rassembler les informations relatives au #Quacken sur une page web. Pour l’instant il n’y a que deux liens :

    Promis, on étoffe tout ça au fur et à mesure !
    onedeadkey.github.io/quacken/

  8. On est en train de rassembler les informations relatives au #Quacken sur une page web. Pour l’instant il n’y a que deux liens :

    Promis, on étoffe tout ça au fur et à mesure !
    onedeadkey.github.io/quacken/

  9. This popular supplement may increase risk of birth defects, study finds
    news article, 27 March 2026
    sciencedaily.com/releases/2026

    "A new study reveals that high doses of antioxidants—often seen as harmless or beneficial—may actually impact future generations. "

    The dose doesn't seem that high "127 mg/kg/day N-acetylcysteine (Figures 1B,C) and 0.013 mg/kg/day selenium ", that works out to a male human equivalent dose of ~ 929 mg NAC and 0.095 mg Se. The NAC + Se was given to mice orally in their water supply, with stevia added - which also has antioxidant properties.

    To calculate the equivalent dose I divided the mouse dose by 12.3 and multiplied by the average male weight in the USA, 90 kg.
    pmc.ncbi.nlm.nih.gov/articles/

    ~
    I'm wondering if the mice have pheomelanin in their testes; some animals do:
    onlinelibrary.wiley.com/doi/ab

    Pheomelanin regulates intracellular cysteine in male finches:
    mastodon.social/@ScienceSchola

    #Supplements #NAC #cysteine #selenium #stevia #anitoxidants #health

  10. How does one #unittest a #webapp that has its functionality secured using #oath and #mfa ? I'm writng a #selenium -based test suite in the #rust programming language to a web app one of my clients has me develop.

  11. Java для автотестов: первые шаги с нуля

    Статья к открытому уроку курса QA Automation Engineer про начало разработки тестов на языке Java которая погружает в основы синтаксиса

    habr.com/ru/companies/otus/art

    #java #автоматизация_тестирования #QA_Automation #обучение_Java #Selenium #JUnit #программирование_для_начинающих

  12. There we go!

    1. overpass #openstreetmap query to get hotels within 5 miles of the stretch of interstate between 2 cities ~200 mi apart

    2. upload that to #umap (umap.openstreetmap.de)

    3. #python using #selenium runs two #web browsers

    a. Hotel Browser is showing umap #map of hotels

    b. Poke Browser is showing pogomap.info

    c. very simple script reads the URL from the Hotel Browser, parses the coordinates+zoom and pastes it into the URL of the Pokemon Browser

    (There's probably a more general way to do this, possibly even without selenium or python. I picked some where I could just scrape the url bar.)

    Then it was just a matter of scrolling around the hotels and seeing if there's pokestops that seem to be within distance. The answer is mostly "no" but we did get a few hits.

    Pretty fun and I learned a lot more about overpass queries and selenium.

  13. Автоматизация рутины на hh.ru: Как мы учили Headless Chrome притворяться живым человеком (RPA против Anti-Fraud)

    С инженерной точки зрения поиск работы — это процесс с низкой энтропией. Есть входящий поток данных (JSON с вакансиями) и есть необходимость отправить ответный сигнал (POST-запрос с откликом). Задача кажется тривиальной для автоматизации: написал парсер, настроил cron, пошел пить кофе. Однако, если вы попробуете автоматизировать отклики на крупных job-board платформах (особенно на hh.ru ) в 2026 году, вы столкнетесь с серьезным противодействием. WAF (Web Application Firewall), анализ TLS-отпечатков, поведенческая биометрия и теневые баны — это реальность, которая убивает скрипты на requests за пару часов. В этой статье разберем архитектуру решения, которое позволяет автоматизировать процесс отклика, используя подходы RPA (Robotic Process Automation), мимикрию под поведение пользователя (Human Mimicry) и LLM для обхода смысловых фильтров. (Дисклеймер: Статья носит исследовательский характер. Мы не призываем нарушать правила площадок, а разбираем технические методы эмуляции браузера).

    habr.com/ru/articles/983318/

    #Искусственный_интеллект #RPA #Playwright #Selenium #Парсинг #AntiFraud #Fingerprinting #Web_Scraping #LLM #Автоматизация_рутины

  14. Автоматизация рутины на hh.ru: Как мы учили Headless Chrome притворяться живым человеком (RPA против Anti-Fraud)

    С инженерной точки зрения поиск работы — это процесс с низкой энтропией. Есть входящий поток данных (JSON с вакансиями) и есть необходимость отправить ответный сигнал (POST-запрос с откликом). Задача кажется тривиальной для автоматизации: написал парсер, настроил cron, пошел пить кофе. Однако, если вы попробуете автоматизировать отклики на крупных job-board платформах (особенно на hh.ru ) в 2026 году, вы столкнетесь с серьезным противодействием. WAF (Web Application Firewall), анализ TLS-отпечатков, поведенческая биометрия и теневые баны — это реальность, которая убивает скрипты на requests за пару часов. В этой статье разберем архитектуру решения, которое позволяет автоматизировать процесс отклика, используя подходы RPA (Robotic Process Automation), мимикрию под поведение пользователя (Human Mimicry) и LLM для обхода смысловых фильтров. (Дисклеймер: Статья носит исследовательский характер. Мы не призываем нарушать правила площадок, а разбираем технические методы эмуляции браузера).

    habr.com/ru/articles/983318/

    #Искусственный_интеллект #RPA #Playwright #Selenium #Парсинг #AntiFraud #Fingerprinting #Web_Scraping #LLM #Автоматизация_рутины

  15. Автоматизация рутины на hh.ru: Как мы учили Headless Chrome притворяться живым человеком (RPA против Anti-Fraud)

    С инженерной точки зрения поиск работы — это процесс с низкой энтропией. Есть входящий поток данных (JSON с вакансиями) и есть необходимость отправить ответный сигнал (POST-запрос с откликом). Задача кажется тривиальной для автоматизации: написал парсер, настроил cron, пошел пить кофе. Однако, если вы попробуете автоматизировать отклики на крупных job-board платформах (особенно на hh.ru ) в 2026 году, вы столкнетесь с серьезным противодействием. WAF (Web Application Firewall), анализ TLS-отпечатков, поведенческая биометрия и теневые баны — это реальность, которая убивает скрипты на requests за пару часов. В этой статье разберем архитектуру решения, которое позволяет автоматизировать процесс отклика, используя подходы RPA (Robotic Process Automation), мимикрию под поведение пользователя (Human Mimicry) и LLM для обхода смысловых фильтров. (Дисклеймер: Статья носит исследовательский характер. Мы не призываем нарушать правила площадок, а разбираем технические методы эмуляции браузера).

    habr.com/ru/articles/983318/

    #Искусственный_интеллект #RPA #Playwright #Selenium #Парсинг #AntiFraud #Fingerprinting #Web_Scraping #LLM #Автоматизация_рутины

  16. Автоматизация рутины на hh.ru: Как мы учили Headless Chrome притворяться живым человеком (RPA против Anti-Fraud)

    С инженерной точки зрения поиск работы — это процесс с низкой энтропией. Есть входящий поток данных (JSON с вакансиями) и есть необходимость отправить ответный сигнал (POST-запрос с откликом). Задача кажется тривиальной для автоматизации: написал парсер, настроил cron, пошел пить кофе. Однако, если вы попробуете автоматизировать отклики на крупных job-board платформах (особенно на hh.ru ) в 2026 году, вы столкнетесь с серьезным противодействием. WAF (Web Application Firewall), анализ TLS-отпечатков, поведенческая биометрия и теневые баны — это реальность, которая убивает скрипты на requests за пару часов. В этой статье разберем архитектуру решения, которое позволяет автоматизировать процесс отклика, используя подходы RPA (Robotic Process Automation), мимикрию под поведение пользователя (Human Mimicry) и LLM для обхода смысловых фильтров. (Дисклеймер: Статья носит исследовательский характер. Мы не призываем нарушать правила площадок, а разбираем технические методы эмуляции браузера).

    habr.com/ru/articles/983318/

    #Искусственный_интеллект #RPA #Playwright #Selenium #Парсинг #AntiFraud #Fingerprinting #Web_Scraping #LLM #Автоматизация_рутины

  17. Say what you will about #Deepseek , but for #hacking it can be useful.

    It is quite dumb and you have to hand hold it a bit, but..


    #Selenium + #API call reverse engineering and I can login to my dumb #TPLink router via #sh now.

    I wonder if I could reboot it from shell or even read out its microSD capacity left...
    Hmmmm......


    I don't see much else use for #AI tho tbh.
    #Art ? Get outta here.
    #Movies ? Get lost.
    #Cloning #Voice actors and deprive them of their living ? Are you lost ?

    Anyways.
    It is always the same with humans misusing tools ...
    At least this is now abit more useful than my past attempts especially as dumb #TPLink closed #telnet in that latest update.

    I'll hack this thing to bits if I must... :angry_cirno:

    (Altho the thing I wanted the most. Accessing #sftp from #webbrowser via a simple php is already possible... )


    I mean I feel sorry for the people who think #ArtificialIntelligence (emphasis on artificial) is #coding or anything near it.
    I started with js and ahk in like 2007. Added #php when js needed handholding and only arrived at #python when a companies security guidelines barred #ahk (as keylogger lol)
    So yeah.

    But poor people.. Poor pooor people.

    And I do catch myself sometimes thinking "yeah lets toss this trash into multiple LLMs to see what they get.
    Sometimes I bounce the ideas between them or restart sessions as sometimes they have ideas you can't finde with #searchengines.

    Imo LLMs are search engines.
    Nothing more. Nothing less.
    Very dumb, but vast in data.


    #repost •acws #acws #M7350
  18. How healthy are Brazil nuts really: The popular seeds, known as “#selenium bombs”, contain also traces of metals like #barium and #radium. Researchers at #HZDR and #VKTA conducted a study on the amounts of these elements that could enter the body during digestion.

    Read more:
    ▶️ www.hzdr.de/presse/brazil_nut

    Image: B. Schröder/HZDR

  19. Odečítání chytrého vodoměru SUEZ

    Brněnské vodárny nám před časem nainstalovaly chytrý vodoměr, který každý den hlásí svůj stav, ale ten není nikde dostupný v jednoduché strojově čitelné podobě. V blogpostu jsem se rozepsal o tom, jak jsem odečítání vyřešil a integroval ho do Home Assistantu. Vzal jsem to také jako experiment, jak si s tvorbou takového projektu poradí AI.

    #BVK #HomeAssistant #scraping #selenium #SUEZ #vodoměr

    https://blog.eischmann.cz/2025/10/10/odecitani-chytreho-vodomeru-suez/
    (reakce na tento příspěvek se může zobrazit jako komentář pod článkem)

  20. Going to the #ShiprockFair, #KleeBenally Remembered the #UraniumDump on the Banks of the #SanJuanRiver

    By #BrendaNorrell, #CensoredNews, August 29, 2024

    SHIPROCK, #NavajoNation -- "In his book published shortly before his passing, Klee Benally writes of going to the #NorthernNavajoFair and the #UraniumDump in #Shiprock that no one talks about. It is along the San Juan River, the same river that flooded this week, now eight months after Klee's passing.

    "'The Northern Navajo Fair at Tsé Bit A'í (#ShiprockNewMexico) has been held for more than one hundred years,' Klee writes in 'No Spiritual Surrender: Indigenous Anarchy in Defense of the Sacred.'

    "Klee describes how the fair each fall marks the changing of the seasons and the #harvest. He describes the neon glow of the carnival in the cold, dusty nights, and the #uniper fires that burn.

    "All of this revelry is held right on #UraniumBoulevard just a couple miles from a massive 105-acre #Radioactive dump containing 2.5 million tons of #RadioactiveWaste on a site that was a former #UraniumMill (which is just 600 feet from the San Juan River.)'

    "The Shiprock Uranium Disposal Cell studies showed that more than 1.8 million liters of #groundwater were contaminated with uranium, #selenium, #radium, #cadmium, #sulfate, and #nitrate.

    "Now the #NavajoNation again is targeted by the #Nuclear Industry and #DebHaaland's radioactive agenda is being ignored.

    "Speaking in Farmington, Interior Sec. Haaland said the transition to green energy in the #FourCorners region will be led by the #AtomicBomb industry, #LosAlamos National Laboratory, which has already poisoned #Pueblo lands in northern #NewMexico.

    "There is no mention of the fact that there is no safe way to store #NuclearWaste.
    Now, adding to the layers of deception, the U.S. #EPA is deceiving the public. The EPA doesn't actually clean up the uranium dumps and strewn #RadioactiveTailings from #ColdWar #UraniumMining on the Navajo Nation -- it only announces plans and promises to do it.

    "#EricJantz, legal director of the New Mexico Environmental Law Center, told the Inter-American Commission on #HumanRights in March that the #EPA has not completed any of the cleanups.

    "There are 524 uranium mine sites waiting to be cleaned up on the Navajo Nation. Zero -- none of these -- have been fully cleaned up, Jantz told the international commission.
    The truth is people seldom talk about the uranium dump at Shiprock because there is so much strewn radioactive waste, and so many unreclaimed uranium mines, with radioactive waste strewn from Cameron to #MonumentValley, and across the Four Corners region.

    "During the 1990s, on assignment for USA Today, I talked with #Dine' in #RedValley and Cove, south of Shiprock, down the mountain from where I lived. In every family, there was cancer. In every family, someone was dying of #cancer, or had already died, from cancer because of the uranium mining.

    "One Dine' grandmother in her 80s was living in a stone home built of radioactive rock. We had a Geiger counter with us."

    Read more:
    bsnorrell.blogspot.com/2024/08

    #KleeBenallyRIP #KleeBenallyRestInPower #UraniumMining #NoSpiritualSurrender #IndigenousAnarchy #DefendingTheSacred #IndigenousActivism #HaulNo #CorporateColonialism #WaterIsLife #NoLithiumMining #CorporateColonialism #NoMiningWithoutConsent #CopperMining #Greenwashng #NuclearWeapons #NoNukes #NoWar #NoNuclearWeapons

  21. Sto sclerando talmente tanto appresso al WinCane da stamattina (leggi come: ieri sera; comprendi come: sono quindi anche in quel caso andata a mimire più tardi del previsto) che, stando appresso anche all’esame di domani, mi sto trovando a dover scrivere questo messaggio mentre cammino ora per strada, per distrarmi. Spero vivamente le mura non ci restino male, tanto tra poco torno, anche perché comunque gli #scleri sono serviti a qualcosa. ❤️‍🔥

    Ieri è uscita fuori la voglia di aggiungere la generazione di immagini tramite #GAN al bot, per sostituirne un altro che coi suoi ratelimit ha subito scocciato. TLDR: dopo aver imparato Selenium il giusto, e ora pure aver creato un account Microsoft dedicato per evitare che i loro sistemi si insospettiscano del traffico e mi bannino (NON perderò l’account con 100K+ punti accumulati), ora c’è il comando /dalle che prende i risultati direttamente da #Copilot, senza alcun compromesso. Provate su @WinDogBot, noi abbiamo generato merda per ore… 💩

    Sorprendentemente, è accettabile veloce (10-15 secondi?), e restituisce tutte le immagini che #Bing genera (da 2 a 4; purtroppo con la libreria di merda dei #bot #Telegram ho un errore quando provo a inviare le foto raggruppate, quindi vado una alla volta con buona pace dello spam), e pur avendo ampiamente finito i fulmini non sto avendo rallentamenti. E tutto questo il bot lo fa comandando una finestra di Chrome, lol, perché alla fine #Selenium è questo, e proprio per questo si riesce a fare tutto con poche righe di codice: bisogna solo dire al software cosa cliccare nel modo in cui lo farebbe un umano, non c’è da avere a che fare con strambe strutture dati. 🕊️ (Lo chiamo “metodo Rabbit R1”, perché questo è…)

    Per chi non avesse capito perché faccio in questo modo: NON PAGO UN CAZZO. Anziché dare a #OpenAI quei soldini per DALL-E, che subito mi farebbero finire sul lastrico con il ritmo con cui richiediamo immagini nel gruppo (oltre al fatto che credo OpenAI non accetti criptovalute), mi accontento di consumare qualche centinaio di MB di RAM e disco in più per far girare dei browser headless, e il cane mi automatizza tutto, a #scrocco. Dei, appunto perché per ora ho permesso al programma di aprirne fino a 2 in parallelo, cosa che coprirà bene i momenti più concitati senza però saturare il mio server. E questa soluzione sembra quasi magia, però ho dovuto nello specifico usare #SeleniumBase con la sua modalità che blocca il rilevamento dei bot perché, a quanto pare, con Selenium normale headless il form di #Microsoft non veniva correttamente inviato… L’importante è che ora va tutto. 😋

    https://octospacc.altervista.org/2024/06/18/il-cane-da-li/

    #BingAI #spacctorium #SeleniumBase #scrocco #Selenium #Copilot #scleri #scraping #ImageCreator #IA #BingCopilot #WinDog #OpenAI #programming #Microsoft #AI #GAN #Bing #Python #bot #Telegram

  22. Тутор: как нажать на кнопку. Продвинутые техники работы с веб-элементами для Selenium

    Привет!) Возникали ситуации, когда стандартных методов поиска веб-элементов не хватало для полноценной автоматизации? То кнопка не нажимается, то элемент перекрывается, то не подгружается. У всего этого есть разные причины и самые разные решения. В этой статье как раз таки рассмотрим некоторые из таких проблем. Для тех кому не интересна база Ссылочка на тележку

    habr.com/ru/articles/818741/

    #python #selenium #exception #iframe #dom

  23. Some of the stories I'll be posting about later today...

    - #Radiation release in #Khabarovsk #Russia
    - #Canadian government blocking #IJC action on #Selenium poisoning from mines -- affecting #FirstNations downstream
    - How a case involving #MorningSickness drugs and #BirthDefects was thrown out of court because of a loophole that #corporations are taking advantage of
    - #Boeing #whistleblower #JohnBarnett did not sound like a person who was suicidal. Sounds like he was "#Silkwood-ed"
    - Speaking of whistleblowers, have you heard about #Trump's revenge against #JulianAssange?

    Tune in for these stories and more...!

  24. I hate Google, but #GoogleColab can be handy.
    We had some teaching examples of #webscraping with #selenium on colab because installing the webdriver locally can be challenging for some students.
    Google broke selenium scraping on colab. :((
    Any #MyBinder suggestions? Something else..?