AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.73k stars 1.09k forks source link

Shadow dom select do not work with Custom Selector Syntax #1655

Open kaovilai opened 4 months ago

kaovilai commented 4 months ago

Describe the bug A clear and concise description of what the bug is. Unable to come up with Custom Selector Syntax that would work

To Reproduce Steps to reproduce the behavior:

  1. Go to github.tig.pw/automa-bugreport/shadow-dom-select/index.html [source]
  2. Try to make automa select one of the option values

Get error such as Can't find an element with the selector "#ember7 > tc-source >> select"

Expected behavior A clear and concise description of what you expected to happen. Being able to select an option from drop down. Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

related: https://github.com/AutomaApp/automa/issues/1624

Trying to automate selection of a drop down menu which is inside shadow dom.