Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
94 views

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 ...
MUHAMMAD KASHIF's user avatar
1 vote
2 answers
79 views

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 = "//...
aben17's user avatar
  • 11
2 votes
1 answer
4k views

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,...
elainaStackOverFlow's user avatar