https://paste.ofcode.org/kAfW4zJk2Vt45YEkKzhPDv

if (rowList.size() == 0) I click on column name and wait case will appear. When rowList.size() != 0 my test should go to  if (verifyRow(predicates, i)) { if true to this action in method,  }else if (!verifyRow(predicates, i)){ my method should click on selector 10 times and wait 10s after click and wait untill case will appear.

If case after clicking will appear then my test should do

List<WebElement> row = rowList.get(i);
                    WebElement cell = row.get(1);
                    action.doubleClick(cell).perform();
                    selectionResult.addMatchedRow(i);

this action.

For now I have error

org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document (Session info: chrome=81.0.4044.138) For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/stale_element_reference.html Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’

HERE:

  }else if (!verifyRow(predicates, i)){
                    for (int j = 0; j < 10; j++) {
                        try {
                            getDriver().findElement(selector).click();
                        } catch (StaleElementReferenceException e) {
                            //  HERE I HAVE ERROR

                        }

Loop works once and then i get error.

https://webdevcit.com/notes/activities/CDM2_Interactive_Activities_Brief_2020.pdf – assignment brief.

– In this module the first assessment will involve you proposing a game design. The second assessment will
involve implementing that game with HTML/CSS/JavaScript.
This gameplay will be proposed by you and should not be based on one that already exists. The
implementation of the game should be approached using the concepts covered in class.
E.g. When designing your game bear in mind the limits of what you are able to do.
We will be covering the following in this module.
Repetition (functions, loops)
Storing complex data (Objects)
Storing Collections of data (Arrays)
Randomising, Sorting, & accessing data (arrays, sort functions, random
numbers)
Animating elements (via javascript and CSS)
Capturing Events (clicks, mouse movements, key presses etc.)
Changing graphics, text, CSS properties (DOM scripting)
etc.
There are several requirements of the game you must develop.

– have already made game specification, will attach in file below, please follow the specification i have already made

Really simple. Should only take about 30 mins for an expert.
I need to submit a program caesar cipher encryption and decryption – using python.
I have attached the assignment sheet, please have a read and let me know. This is my first assignment and i want to present a good impression. Thank you for your time. Do email me if you have any questions.

The due date for this is 6 of April 11:59pm.

    1) An abstract Media class that contains the following properties: a string title, a string media type, a unique int serial number, an int for number of times lent, a boolean that indicates whether it is currently borrowed or available, and a string that represents the name of the library member currently borrowing the piece of media
    2) A Book class that inherits from Media and has a page count property
    3) A Magazine class that inherits from Book and has an issue number property
    4) A Movie class that inherits from Media and has a run time property
    5) A LibraryMember class that contains a string name property
    6) A static Library class that contains a collection of all of its media and a list of all its members
    7) Initialize your collection of media in Library to contain 5 books, 5 magazines, and 5 movies (you may pass whatever values you want into their constructors for title, page count, etc.)
    8) Initialize your collection of members in Library to contain 5 library members with names of your choosing.
    9) A DataGrid of all media in the library that shows their title, type, whether they are available or lent out, and who is currently borrowing them.
    10) A DataGrid of all library members in the library that shows their names.
    11) The ability to lend out available media. When media is lent out, a LibraryMember must be selected, and then the media display should reflect who is currently borrowing the media.
    12) The ability to have lent media brought back
    13) A popup that appears whenever media is lent or brought back, which says what has occurred. If the user tries to lend out an unavailable piece of media or tries to have media brought back that isnt lent out, the popup should tell the user what went wrong.
    14) A Modify Media button which, if a Media is currently selected when it is clicked, opens a new page. The new page should allow the user to modify the title and media type of the Media. This page should contain a submit button. When the submit button is clicked, the changes made to the title and media type should be applied to the actual Media object in the model, and we should be returned to the main window, where the changes that were made to the Media object should be reflected in the Media data grid.
    15) A Modify Member button which, if a LibraryMember is currently selected when it is clicked, opens a new page. The new page should allow the user to modify the name of the LibraryMember. This page should contain a submit button. When the submit button is clicked, the change made to the name should be applied to the actual LibraryMember object in the model, and we should be returned to the main window, where the changes that were made to the Librarymember object should be reflected in the LibraryMember data grid.
    16) Create a virtual function in Media called MediaInfo that returns a string that details the medias Title, MediaType, SerialNumber, IsAvailable, TimesLent and CurrentBorrower . Override this function in the Book, Magazine, and Movie classes. In each of these classes, the overridden function should first call the base function, and then add the string the base function returns to an additional string about PageCount, IssueNumber, or RunTime (for Book, Magazine, or Movie, respectively).
    17) Add a button to the WPF window that allows the user to display the info (the string returned by the function in the previous feature) of the currently-selected media in a popup.
    18) Add a list of Media called borrowHistory to the LibraryMember class. Make it so that whenever some media is lent out, the library member who is borrowing it has a reference to that media added to their borrowHistory list.
    19) Add a list of Media called currentlyBorrowed to the LibraryMember class. Make it so that whenever the library member borrows some media, a reference to that media is added to the currentlyBorrowed list, and when the library member returns some media, the reference to that media is removed from the currentlyBorrowed list.
    20) Add a function to the LibraryMember class called MemberInfo that returns a string that includes the members name, as well as a list of all the titles of media this member has ever borrowed, and finally a list of all the media titles the member is currently borrowing.
    21) Add a button to the WPF window that allows the user to display the info (the string returned by the function in the previous feature) of the currently-selected member in a popup.
     

Hello, I need some modifications on some code, the code is a social network analyzer fully functional, for facebook, youtube, twitter and instagram, I need some small rearrangements on the APIs and also 4 new directory pages, at the moment I just have Instagram directory, also I need to add some new features to the APIs like show country, and audiences from YouTube.
The social profile tracking script is an already existing script on CodeCanyon – “phpAnalyzer”.
– Create plugin TikTok (like https://cloutmeter.com/)
– Create Directory for Tiktok
– Create Directory for Youtube
– Create Directory for Facebook
– Create Directory for Twitter

Add features: (when possible by the APIs)
– Add audience analysis (gender ,age, location)
o General
o By Publication
– Add Category
– Add Country (location of the account)

Add non API Editable Fields to accounts:
– Manual Country (ability to add more than one Country)
– Manual Category (ability to add more than one Category)
– Average Cost
– Email
Make all the fields searchable on the directories

I need some modifications on some code, the code is a social network analyser fully functional, for facebook, youtube, twitter and instagram, I need some small rearrangements on the APIs and also 3 new directory pages for facebook youtube and tweeter, at the moment I just have Instagram directory, also I need to add some new features to the APIs like show country, and audiences from youtube. Check the zip file.

Changes:

-Add country to Instagram accounts and search filter on directory page

Create:

– Create directory pages for YouTube, Facebook, Tweeter, with the must search fields possible

– Add new components using the APIs to the social networks when possible.
    – Country (possible on YouTube API already saving on the database)
    – Audience (target Audiance) (possible on YouTube API)
    – Category (possible on YouTube API)
    – function to add these fields manualy or edit previours existing fields on admin area list of users

– Function to add ppst videos etc to the favorites and see a small report (number of views and comments)

I need some modifications on some code, the code is a social network analyser fully functional, for facebook, youtube, twitter and instagram, I need some small rearrangements on the APIs and also 3 new directory pages for facebook youtube and tweeter, at the moment I just have Instagram directory, also I need to add some new features to the APIs like show country, and audiences from youtube. Check the zip file.

Changes:

-Add country to Instagram accounts and search filter on directory page

Create:

– Create directory pages for YouTube, Facebook, Tweeter, with the must search fields possible

– Add new components using the APIs to the social networks when possible.
    – Country (possible on YouTube API already saving on the database)
    – Audience (target Audiance) (possible on YouTube API)
    – Category (possible on YouTube API)

– Function to add ppst videos etc to the favorites and see a small report (number of views and comments)

Javascript coding

Task 1
    Write a JavaScript code using nested for loop (A nested loop is a loop within a loop ) to print your name number of times depending on the inserted value from the user.

The output should be something similar to the following if the value inserted is 3:

Tam
TamTam
TamTamTam

PUT THE FINAL CODE HERE

Task 2
    using  the example below

<!DOCTYPE html>
<html>
<body>
<h1>WPDAM – JS Array – Example 3</h1>
<p id=”P1″></p>

<script>

function askUser()
{
    var userData = new Array ();
    userData [0] = prompt(“What is your name?”);
    userData [1] = prompt(“What is your age?”);
    userData [2] = prompt(“What is your mobile number?”);
    return userData;

}

var tmp = askUser();
document.getElementById(“P1”).innerHTML =
    “Your Name is: ” + tmp[0] + “<br>” +
    “Your Age is: ” + tmp[1] + “<br>” +
    “Your Mobile number is: ” + tmp[2] + “<br>”;
   
</script>
</body>
</html>

–    Add suitable comments for each statement.
–    Edit the code to:
a.    Accept email address from the user.
b.    Check the age value is between 6-90 years old.
c.    Check the mobile value is numbers only.
d.    Check the email address value is correct.
e.    If any value entered by the user in (b),(c) and (d) is incorrect
–    Alert the user Please insert a correct value
–    Repeat ask the user until the data entered is valid.

PUT THE FINAL CODE HERE

Task 5
    Write a JavaScript code using nested for loop (A nested loop is a loop within a loop ) to print your name number of times depending on the inserted value from the user.

The output should be something similar to the following if the value inserted is 3:

Tam
TamTam
TamTamTam

PUT THE FINAL CODE HERE

Task 6
    using  the example below

<!DOCTYPE html>
<html>
<body>
<h1>WPDAM – JS Array – Example 3</h1>
<p id=”P1″></p>

<script>

function askUser()
{
    var userData = new Array ();
    userData [0] = prompt(“What is your name?”);
    userData [1] = prompt(“What is your age?”);
    userData [2] = prompt(“What is your mobile number?”);
    return userData;

}

var tmp = askUser();
document.getElementById(“P1”).innerHTML =
    “Your Name is: ” + tmp[0] + “<br>” +
    “Your Age is: ” + tmp[1] + “<br>” +
    “Your Mobile number is: ” + tmp[2] + “<br>”;
   
</script>
</body>
</html>

–    Add suitable comments for each statement.
–    Edit the code to:
a.    Accept email address from the user.
b.    Check the age value is between 6-90 years old.
c.    Check the mobile value is numbers only.
d.    Check the email address value is correct.
e.    If any value entered by the user in (b),(c) and (d) is incorrect
–    Alert the user Please insert a correct value
–    Repeat ask the user until the data entered is valid.

PUT THE FINAL CODE HERE