-
I would like to interact with a Chrome extension (Metamask) using Seleniumbase. The problem is that SB can't detect the elements present on the page. It manages to position itself on the extension page + get the activ url but when it comes to interacting with the elements, it don't find them. I've unzipped the extension correctly, it opens correctly and I can interact with it manually. I have exactly the same problem with undetected_chromedriver. However, Metamask automation works using Selenium. I think the conflict comes from the privacy added by UC and SB. Do you have any solutions for unlocking extension elements accessibility for Seleniumbase? If not, any ideas for automating Metamask in headless mode (without using pyautogui/pynput or keyboard shortcuts, as this requires a graphical interface)? Here's my code: with SB( What I tried : I don't want to go back to Selenium classic 🥲🥲 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Selenium cannot easily interact with Extension controls that aren't located directly inside the web page being automated. You might be able to find answers on https://stackoverflow.com/ |
Beta Was this translation helpful? Give feedback.
Selenium cannot easily interact with Extension controls that aren't located directly inside the web page being automated.
You might be able to find answers on https://stackoverflow.com/