Chirag Jayswal

Results 95 comments of Chirag Jayswal

Will you be able to provide everything that is necessary for someone else to reproduce the issue? Please refer http://sscce.org/

try with latest selenium version. Latest selenium version supported with 4.0.0-RC1. 4.0.0-RC1 has known issue #444 so If you are using extra capabilities then try 4.0.0-SNAPSHOT.

Refer [pom file](https://github.com/qmetry/qaf-blank-project-maven/blob/master/pom.xml#L71) from sample maven project.

Maven aspectj-maven-plugin is not specific to eclipse. If you don't want to use `aspectj-maven-plugin` refer [configuration](https://github.com/qmetry/qaf-blank-project-maven/blob/master/pom.xml#L81) used in plugin.

According to the error message `Access denied - Bad Credentials`, check security token. If doesn't work with correct security token connect with perfecto team to get help on how to...

@CharithaL this is not right place for implementation help. It is recommended to post questions with details (your current configuration, relevant code, execution logs etc) in [users group](https://groups.google.com/g/qaf-users) or in...

Issue is related to setting up driver executable. Post it to user groups for any help. If this issue is specific to QAS, connect to QAS support team.

It is recommended to post questions with details (your current configuration, relevant code, execution logs, etc) in [users group](https://groups.google.com/g/qaf-users) or in [stack-overflow](https://stackoverflow.com/questions/tagged/qaf) with qaf tag. If you are using QAS...

For older version of qaf (below 3.1.0) there is log4j1.x dependency from framework. There may be other logging libraries taking control of logging instead of log4j. You should try to...

Will you please check which version of `selenium-java` dependency you are using? If you have not added any you can try adding 4.2.2 (possibility on top of other dependencies )...