I’m working on an automation task where I need to handle URLs from an Excel sheet. After navigating to a URL, a tab automatically clicks on the username field. I want to write a username into this field, but I prefer not to use the “Type Into” activity. Is there any other activity or method I can use to input the username into the field?
Any suggestions or guidance would be greatly appreciated!
I can use “Set Text” activity, but it requires indicating where to write in the browser, similar to the “Type Into” activity. However, I want to avoid indicating the target manually, as the “Type Into” activity is not correctly identifying the target.
Are there any other methods or activities that allow me to input text without needing to specify the exact target?
I am using the “Type Into” activity to input a username and password. It successfully logs in when run for the first time, but when I run the project again, it fails to type the username and password.
Even though I haven’t made any changes, the activity does not input the credentials as expected. I made some adjustments, and it worked once, but now it has stopped working again.
Could you please tell me what steps I should take?
Try checking URL of browser if it changes make the window selector dynamic.
if 1 does not work try using ‘CV type into’ / ‘image selector’ but those require highly accurate window resolution as well as static window /screen scope to work.
Let me know if it works
Type into will work without a selector as well…when it is under the scope or can indicate full window and just remove activate option in the properties and click before …then it would just start sending values to where ever the control is currently on the screen
The above can be done if making the selector dynamic is an issue…but first try to use fuzzy selector and check if it works
Once the studio picks up the URL from my Excel file, it first searches for that URL on Google. After searching, it automatically navigates to the website.
I haven’t clicked it; it’s supposed to go there automatically.
I’m unsure how to adjust the fuzzy filter settings.