microsoft / EasyRepro

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

[HOW-TO] <How can I target iFrame within QuickCreate?> #1376

Open Igormirowski opened 1 year ago

Igormirowski commented 1 year ago

How can I target iFrame within QuickCreate?

I am writing a test for QuickCreate and cannot set value for iFrame?

Igormirowski commented 1 year ago

I got an error message that this field does not exist:

aliyoussefi commented 11 months ago

@Igormirowski is this a web resource you're attempting to interact with or a field such as the rich text editor? If its RTE I uploaded a change to my user branch if you want to take a look: https://github.com/microsoft/EasyRepro/tree/users/alyousse

Here's a direct link to a unit test: https://github.com/microsoft/EasyRepro/blob/c51933d88c3b83594d82706788e51d4b60898fe2/Microsoft.Dynamics365.UIAutomation.Sample/AzureDevOps/UCI/RegressionTests.cs#L894