microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
512 stars 285 forks source link

[HOW-TO] Add Product to a Quote #1381

Open alonsoatunicc opened 1 year ago

alonsoatunicc commented 1 year ago

I've created a new Quote. When trying to add new products to the Quote, the Product list is displayed in a Dialog.

Three questions related to the dialog:

  1. How can I use the Search box on top of the dialog? i.e. If I want to search all Products starting with "aws".
  2. How can I set a numeric value in a column? i.e. if I have a quantity and a rate column, how can I update the value in these columns?
  3. How can I select one of the products after searching? i.e. Searching for "aws" leaves a list with three products. How can I Add the second?

More info in the image below. Thank you.

image

Shakevg commented 1 year ago

alonsoatunicc Such functionality is not implemented now, you can add it to Framework or implement your own.