I had created test automation project & for cross browser testing I had used object repository to capture all the ui elements from website. Now the problem is:
I am using open browser activity & added browsertype variable in the properties of open browser.
next step I have used attach browser(added the open browser’s variable to attach browser) & I had drag n dropped the application from object repository & after that added all ui elements from object repository.
now when I am running the automation, only open browser activity is running & opening the browser only rest all steps/activities are not connecting to that browser; how can i fix it?
Can anyone help?
Thank You! @jose.ordonez1
I had tried as you suggest & it’s working for chrome & Edge browsers but when the automation is running on firefox, I am getting an error as chromium api is not supported for this element Please use other input method & the element is SignUp button.