mirror of https://github.com/keeweb/keeweb
Merge pull request #1514 from b3nj5m1n/add_check_support_windowid
Added check for system supporting window idpull/1541/head
commit
08a0f6e587
|
@ -195,7 +195,7 @@ const AutoType = {
|
|||
);
|
||||
return callback(false, activeWindowInfo);
|
||||
}
|
||||
if (activeWindowInfo.url !== windowInfo.url) {
|
||||
if (activeWindowInfo.url !== windowInfo.url && !this.supportsEventsWithWindowId) {
|
||||
logger.info(
|
||||
`Active window doesn't match: url is different. ` +
|
||||
`Expected "${windowInfo.url}", got "${activeWindowInfo.url}"`
|
||||
|
|
Loading…
Reference in New Issue