openspan issues - PDN

Issues faced at openspan
1. Dynamic web controls
On selection of dropdown items manually, text boxes appear dynamically as per the selection.
When the dropdown value is changed through BOT(selectitembytext,index,value etc), text boxes
are not appearing
Solutions tried:
Raiseevent method
Onselectionchange events
Focus blur etc
Yet to try:
 interrogate the whole DIV and check if that has to be made visible before performing on
textboxes
 Get the code from developer which describe the UI Controls and dependent function
definitions
2. File Attachment: not able to select files
In the vClaims system we have placeholder to add attachment, which includes below steps
1. Select attach new->file from device->select file(s)
2. Select files
Below is the automation file
Snapshots vs Automation controls
attach new : Attach_new
file from device : datacell96
PpyAttachmentPageppxAttachName : Select file(s)
txtTextBox: File name(textbox inside combobox in file selection window)
Issue:
Through BOT able to proceed till file selection window i.e. once PpyAttachmentPageppxAttachName
performclick is executed file selection window is opened, however the execution never moves to next
control i.e. txtTextBox.
Tried to removefocus from PpyAttachmentPageppxAttachName and keep the focus on txtTextBox and
viceversa but it’s the deadlock in all cases.
Control moves to next level only on closing the fileselection window, and the next control to be
processed is of file selection window and that ends up in control not matched or found.