Zack Cerza wrote:
I'd suggest you try:
click('Domain-0', roleName='table cell', raw=True)
click('Open', roleName='push button')
To force an actual mouse event to be simulated, as opposed to just calling AT-SPI actions. Sometimes this is necessary as a workaround, and I've actually been thinking about making it the default in future versions of dogtail.
Hi, Zack I did it as you suggested. I confirmed 'table cell' became active. Thanks! Thanks Yaegashi