Minh-Tue Vo

Results 9 comments of Minh-Tue Vo

Quick note: according to my understanding, page.q(css='div.parent') returns a list of elements, so parent.q(css='div.child') would not probably work. Something like this would work: page.nth(css='div.parent', 0).nth(css='div.child', 0)

That would solve the click_css problem :) are you working on this?

How do you install bazel 0.43?

Got it, have you been able to build the MM app otherwise?

Got it, we will take a look and add some friendly error messages :)

Thanks @manivoxel51 and @allenleetc for helping me to debug my export/import snippet 💯

@swheaton : since the tutorial is about exporting dataset, I think it is safe to assume that the dataset exists. The same code snippet is also shared when clicking the...

@sashankaryal @benjaminpkane @swheaton for the UI path to generate code to export dataset, do you know where it lives? Somehow I can't find it in either `app` folder or in...

@brimoor done ✅ Updated screenshot on release server: ![image](https://github.com/user-attachments/assets/ea16f3ef-0eb0-43d0-a8e6-b71516a677eb)