function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mugdha RalegaonkarMugdha Ralegaonkar 

Selenium automation testing inability to deal with psuedo elements in service cloud console dropdowns.

We are trying to automate the testing in salesforce using selenium tool but it seem that it doesnt deal with the psuedo elements like dropdowns/picklists, so those has to be clicked manually.
Is there any workaround/solution for this problem?
Our team has tried  xpaths, css, id, etc to attempt to trick Selenium into selecting the pulldown,but no luck so far, even the selenium IDE add on fails.
Any inputs would be helpful.
Thanks!