millibyte
Left join 2 or more tables with 1-n relationship
I misunderstood. What do you actually want the data coming out to look like? Do you want A x 1 result rows like { IEnumerable<B.Stuff>, IEnumerable<C.Stuff2> }, or do you want to actually join every B against every C with a shared A?
7 replies
Any way at all to make a button click action in multiple tabs at the same time in selenium?
I don't think you will be able to do this without switching tabs. Selenium requires focus for UI interactions just like regular browser usage
I would investigate why it's slow for you to switch tabs -- run in headless if possible, check for reported performance issues with your version, etc.
3 replies