Replies: 1 comment
-
After some testing, I figured out that:
Also, I just wanted to say thanks for creating SeleniumBase! It has proven to be very useful, easy to use, and will simplify a lot of things for me. |
Beta Was this translation helpful? Give feedback.
-
I am new to web scraping and SeleniumBase, so sorry if this question seems pretty stupid.
While trying to use MetaMask with SeleniumBase, I discovered that it is possible to interact with it just as I did with Playwright—by directly accessing the web page whenever I expect a pop-up (e.g., opening chrome-extension://{EXTENSION_ID}/home.html). However, when attempting to do so, I encountered the following exception:
I edited page_utils.py at lines 169 and 114 (apparently, these functions verify the given URL) by adding
"chrome-extension:"
to each. This allowed the extension's page to open successfully. However, any action I try to perform on it takes a long time, whereas actions on other pages within the same session work fine.I am not sure what causes these long delays when interacting with extension pages, and I haven't been able to figure it out through debugging.
I can provide the source code if needed and would really appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions