3 questions
0
votes
0
answers
52
views
undetected_chromedriver loads Chrome Profile but code crashes afterwards
I wanted to access logins in my chrome profile but every time i try to access it, the window opens correctly but no further action gets performed like opening the link or anything. The code crashes. I ...
1
vote
2
answers
77
views
how to click a 'single' button from the loop of buttons
I am using this snippet of code.
# separate class locator it lists down all elements
class AddToCartItem:
Inventory = "//div[@class='inventory_item']":
Product_Item_Button = "//...
2
votes
1
answer
3k
views
Trying to use extension in seleniumbase
I'm trying to use some extensions while automating the browser with seleniumbase.
with SB(uc=True,browser='chrome',headed=True,extension_zip='path/to/extension') as sb:
sb.set_window_rect(pos_x,...