Finding Background Color in javaFX object Table.
Hello Folks, We are trying to automate JAVAFX Application where we are not able to identify the color of the selected row of the JAVAFX object Table. Below is the sample code snippet that i tried.. '----- TestComplete V10.5, VB Script : Application: Desktop: JAVAFX ------------------ Set javaw = Aliases.javaw Set oTable = javaw.MainWnd.scene.PrimaryTab.TradesTable sColor = oTable.getBackground.BACKGROUND_COLOR.property.value '------------------------------------------------------------------------------------- Also tried many other combination of methods and properties with no luck ! Have anyone faced this issue before? or someone from the smartbear suggest the solution would be a great help !! Cheers !! Kavan ShahSolved4.1KViews0likes2Comments