Hi,
I tried one Automation in weblogic server. Tool should automatically login to the server and scrap the data. The server URL is taken from Excel sheet. But the data is not getting scrapped due to selectors issue and it is validating the "title" in Selector.
<html app='chrome.exe' title='Settings for PipJMSServer - RETPT0011 - WLS Console' />
<webctrl parentid='genericTableForm' tag='DIV' idx='2' />
Automation only works on PT001 server, if the server name is changed, this donesn't work....I need to use title as generic.....Can anyone help me out here?
Thanks in Advance!!!